diff --git a/common/web/types/package.json b/common/web/types/package.json index fd59cffa97..e481735cc4 100644 --- a/common/web/types/package.json +++ b/common/web/types/package.json @@ -18,8 +18,7 @@ "build": "tsc -b", "build:schema": "ajv compile", "lint": "eslint .", - "test": "npm run lint && cd test && tsc -b && cd .. && c8 --skip-full --reporter=lcov --reporter=text mocha", - "prepublishOnly": "npm run build" + "test": "npm run lint && cd test && tsc -b && cd .. && c8 --skip-full --reporter=lcov --reporter=text mocha" }, "author": "Marc Durdin (https://github.com/mcdurdin)", "license": "MIT", diff --git a/developer/src/kmc-keyboard-info/package.json b/developer/src/kmc-keyboard-info/package.json index d269e91439..e873d57d7c 100644 --- a/developer/src/kmc-keyboard-info/package.json +++ b/developer/src/kmc-keyboard-info/package.json @@ -16,8 +16,7 @@ "scripts": { "build": "tsc -b", "lint": "eslint .", - "test": "npm run lint", - "prepublishOnly": "npm run build" + "test": "npm run lint" }, "license": "MIT", "bugs": { diff --git a/developer/src/kmc-kmn/package.json b/developer/src/kmc-kmn/package.json index 4105c04b9e..b4b97cbfd4 100644 --- a/developer/src/kmc-kmn/package.json +++ b/developer/src/kmc-kmn/package.json @@ -18,8 +18,7 @@ "scripts": { "build": "tsc -b", "lint": "eslint .", - "test": "npm run lint && cd test && tsc -b && cd .. && c8 --reporter=lcov --reporter=text mocha", - "prepublishOnly": "npm run build" + "test": "npm run lint && cd test && tsc -b && cd .. && c8 --reporter=lcov --reporter=text mocha" }, "author": "Marc Durdin (https://github.com/mcdurdin)", "license": "MIT", diff --git a/developer/src/kmc-ldml/package.json b/developer/src/kmc-ldml/package.json index 88173c2902..6d84b3f2eb 100644 --- a/developer/src/kmc-ldml/package.json +++ b/developer/src/kmc-ldml/package.json @@ -17,8 +17,7 @@ "scripts": { "build": "tsc -b", "lint": "eslint .", - "test": "npm run lint && cd test && tsc -b && cd .. && c8 --reporter=lcov --reporter=text mocha", - "prepublishOnly": "npm run build" + "test": "npm run lint && cd test && tsc -b && cd .. && c8 --reporter=lcov --reporter=text mocha" }, "author": "Marc Durdin (https://github.com/mcdurdin)", "license": "MIT", diff --git a/developer/src/kmc-model-info/package.json b/developer/src/kmc-model-info/package.json index a953062acb..5f8819e62e 100644 --- a/developer/src/kmc-model-info/package.json +++ b/developer/src/kmc-model-info/package.json @@ -18,8 +18,7 @@ "scripts": { "build": "tsc -b", "lint": "eslint .", - "test": "npm run lint", - "prepublishOnly": "npm run build" + "test": "npm run lint" }, "author": "Marc Durdin (https://github.com/mcdurdin)", "contributors": [ diff --git a/developer/src/kmc-model/package.json b/developer/src/kmc-model/package.json index faed0049d4..7d9da682da 100644 --- a/developer/src/kmc-model/package.json +++ b/developer/src/kmc-model/package.json @@ -18,8 +18,7 @@ "scripts": { "build": "tsc -b", "lint": "eslint .", - "test": "npm run lint && cd test && tsc -b && cd .. && c8 --reporter=lcov --reporter=text mocha", - "prepublishOnly": "npm run build" + "test": "npm run lint && cd test && tsc -b && cd .. && c8 --reporter=lcov --reporter=text mocha" }, "author": "Marc Durdin (https://github.com/mcdurdin)", "contributors": [ diff --git a/developer/src/kmc-package/package.json b/developer/src/kmc-package/package.json index a5f9f3e793..597d0af078 100644 --- a/developer/src/kmc-package/package.json +++ b/developer/src/kmc-package/package.json @@ -17,8 +17,7 @@ "build": "tsc -b", "lint": "eslint .", "test": "npm run lint && cd test && tsc -b && cd .. && c8 --reporter=lcov --reporter=text mocha", - "coverage": "npm test", - "prepublishOnly": "npm run build" + "coverage": "npm test" }, "author": "Marc Durdin (https://github.com/mcdurdin)", "contributors": [ diff --git a/developer/src/kmc/package.json b/developer/src/kmc/package.json index 7f9e0a9053..69f2d990d5 100644 --- a/developer/src/kmc/package.json +++ b/developer/src/kmc/package.json @@ -15,8 +15,7 @@ "bundle-kmc": "esbuild build/src/kmc.js --bundle --platform=node --target=es2022 > build/cjs-src/kmc.cjs", "bundle-kmlmc": "esbuild build/src/kmlmc.js --bundle --platform=node --target=es2022 > build/cjs-src/kmlmc.cjs", "bundle-kmlmp": "esbuild build/src/kmlmp.js --bundle --platform=node --target=es2022 > build/cjs-src/kmlmp.cjs", - "test": "eslint . && cd test && tsc -b && cd .. && mocha", - "prepublishOnly": "npm run build" + "test": "eslint . && cd test && tsc -b && cd .. && mocha" }, "type": "module", "author": "Marc Durdin (https://github.com/mcdurdin)",