Remove prepublish hook because we don’ publish this branch. [ci skip]

This commit is contained in:
John-David Dalton
2016-07-29 07:55:23 -07:00
parent de051ac1ac
commit 7c74464d7a

View File

@@ -14,7 +14,6 @@
"doc:fp": "node lib/fp/build-doc",
"doc:site": "node lib/main/build-doc site",
"doc:sitehtml": "optional-dev-dependency marky-markdown@^7.0.2 && npm run doc:site && node lib/main/build-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",