Add prepare script to npm package

This commit is contained in:
Ludwig Schubert
2017-10-09 15:12:23 -07:00
parent a65f546151
commit ba4c35e5ca
+1 -1
View File
@@ -17,7 +17,7 @@
"test": "mocha",
"lint": "eslint",
"build": "rollup -c rollup.config.js",
"prepublishOnly": "npm run build"
"prepare": "npm run build"
},
"repository": {
"url": "git+https://github.com/distillpub/distill-template.git",