Skip to content

Commit

Permalink
Prepare for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanc committed Apr 19, 2019
1 parent b62073d commit 445e748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
},
"scripts": {
"test": "npm run lint && NODE_ENV=test node_modules/.bin/nyc node_modules/.bin/mocha",
"prepare": "npm test && npm run build",
"lint": "node_modules/.bin/tslint -c tslint.json -p tsconfig.json",
"docs": "./node_modules/.bin/typedoc --mode file --excludePrivate --hideGenerator --excludeExternals --target ES5 --out docs/ --name 'Postcode.js' --theme minimal lib/",
"build": "./node_modules/.bin/tsc",
Expand Down

0 comments on commit 445e748

Please sign in to comment.