Add npm prepublish hook.

This commit is contained in:
John-David Dalton
2016-05-12 07:59:42 -07:00
parent a95cf1c26c
commit e45984f6b8

View File

@@ -13,6 +13,7 @@
"doc": "node lib/main/build-doc github && npm run test:doc",
"doc:fp": "node lib/fp/build-doc",
"doc:site": "node lib/main/build-doc site",
"prepublish": "npm run build",
"pretest": "npm run build",
"style": "npm run style:main && npm run style:fp && npm run style:perf && npm run style:test",
"style:fp": "jscs fp/*.js lib/**/*.js",