mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 18:35:32 +00:00
Merge pull request #9937 from keymanapp/chore/common/npm-prepublish-remove
chore(common): remove prepublish step from package.json
This commit is contained in:
commit
2f42dd41f0
8 changed files with 8 additions and 16 deletions
|
|
@ -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 <marc@keyman.com> (https://github.com/mcdurdin)",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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 <marc@keyman.com> (https://github.com/mcdurdin)",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -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 <marc@keyman.com> (https://github.com/mcdurdin)",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -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 <marc@keyman.com> (https://github.com/mcdurdin)",
|
||||
"contributors": [
|
||||
|
|
|
|||
|
|
@ -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 <marc@keyman.com> (https://github.com/mcdurdin)",
|
||||
"contributors": [
|
||||
|
|
|
|||
|
|
@ -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 <marc@keyman.com> (https://github.com/mcdurdin)",
|
||||
"contributors": [
|
||||
|
|
|
|||
|
|
@ -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 <marc@keyman.com> (https://github.com/mcdurdin)",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue