mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 18:37:50 +00:00
Add npm prepublish hook.
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
"doc": "node lib/main/build-doc github && npm run test:doc",
|
"doc": "node lib/main/build-doc github && npm run test:doc",
|
||||||
"doc:fp": "node lib/fp/build-doc",
|
"doc:fp": "node lib/fp/build-doc",
|
||||||
"doc:site": "node lib/main/build-doc site",
|
"doc:site": "node lib/main/build-doc site",
|
||||||
|
"prepublish": "npm run build",
|
||||||
"pretest": "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": "npm run style:main && npm run style:fp && npm run style:perf && npm run style:test",
|
||||||
"style:fp": "jscs fp/*.js lib/**/*.js",
|
"style:fp": "jscs fp/*.js lib/**/*.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user