We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62073d commit 445e748Copy full SHA for 445e748
package.json
@@ -60,6 +60,7 @@
60
},
61
"scripts": {
62
"test": "npm run lint && NODE_ENV=test node_modules/.bin/nyc node_modules/.bin/mocha",
63
+ "prepare": "npm test && npm run build",
64
"lint": "node_modules/.bin/tslint -c tslint.json -p tsconfig.json",
65
"docs": "./node_modules/.bin/typedoc --mode file --excludePrivate --hideGenerator --excludeExternals --target ES5 --out docs/ --name 'Postcode.js' --theme minimal lib/",
66
"build": "./node_modules/.bin/tsc",
0 commit comments