We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27b1fa commit 0202b03Copy full SHA for 0202b03
1 file changed
package.json
@@ -22,7 +22,6 @@
22
"codecov": "~3.7.0",
23
"csv-parse": "~4.11.1",
24
"eslint": "~7.5.0",
25
- "install-npm-version": "~1.0.3",
26
"mocha": "~8.0.1",
27
"nyc": "~15.1.0",
28
"prettier": "~2.0.1",
@@ -76,7 +75,7 @@
76
75
"scripts": {
77
"semantic-release": "semantic-release --no-ci",
78
"test": "npm run lint && NODE_ENV=test nyc mocha",
79
- "prepare": "npm test && npm run build",
+ "prepublishOnly": "npm run build",
80
"lint": "eslint lib/**/*.ts",
81
"docs": "typedoc --mode file --excludePrivate --hideGenerator --excludeExternals --target ES5 --out docs/ --name 'Postcode.js' --theme minimal lib/",
82
"build": "tsc",
0 commit comments