Make sure that it is rebuild before publishing

This commit is contained in:
Godzil 2017-12-27 05:34:22 +01:00
parent 8ef27066f6
commit c642e76cce

View File

@ -39,6 +39,7 @@
"typescript": "^2.6.2"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc",
"test": "tslint -c ./tslint.json --project ./tsconfig.json ./src/**/*.ts",
"start": "node ./bin/crunchy"