Skip to content

Commit 0202b03

Browse files
committed
Use prepublishOnly hook to build
Drop unused packages
1 parent c27b1fa commit 0202b03

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"codecov": "~3.7.0",
2323
"csv-parse": "~4.11.1",
2424
"eslint": "~7.5.0",
25-
"install-npm-version": "~1.0.3",
2625
"mocha": "~8.0.1",
2726
"nyc": "~15.1.0",
2827
"prettier": "~2.0.1",
@@ -76,7 +75,7 @@
7675
"scripts": {
7776
"semantic-release": "semantic-release --no-ci",
7877
"test": "npm run lint && NODE_ENV=test nyc mocha",
79-
"prepare": "npm test && npm run build",
78+
"prepublishOnly": "npm run build",
8079
"lint": "eslint lib/**/*.ts",
8180
"docs": "typedoc --mode file --excludePrivate --hideGenerator --excludeExternals --target ES5 --out docs/ --name 'Postcode.js' --theme minimal lib/",
8281
"build": "tsc",

0 commit comments

Comments
 (0)