Skip to content

Commit 445e748

Browse files
committed
Prepare for publish
1 parent b62073d commit 445e748

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
},
6161
"scripts": {
6262
"test": "npm run lint && NODE_ENV=test node_modules/.bin/nyc node_modules/.bin/mocha",
63+
"prepare": "npm test && npm run build",
6364
"lint": "node_modules/.bin/tslint -c tslint.json -p tsconfig.json",
6465
"docs": "./node_modules/.bin/typedoc --mode file --excludePrivate --hideGenerator --excludeExternals --target ES5 --out docs/ --name 'Postcode.js' --theme minimal lib/",
6566
"build": "./node_modules/.bin/tsc",

0 commit comments

Comments
 (0)