Remove npm "prepublish" script to avoid running on npm i.

This commit is contained in:
John-David Dalton
2016-02-19 10:51:48 -08:00
parent 8f8f8e288c
commit b570884bb3

View File

@@ -37,7 +37,6 @@
"doc": "node lib/main/build-doc github",
"doc:fp": "node lib/fp/build-doc",
"doc:site": "node lib/main/build-doc site",
"prepublish": "npm run style",
"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",