mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Run style checks before publishing.
This commit is contained in:
committed by
John-David Dalton
parent
08c7bf3c85
commit
c91196d240
@@ -40,6 +40,7 @@
|
||||
"doc:fp": "node lib/doc/build --fp github",
|
||||
"doc:fp:site": "node lib/doc/build --fp site",
|
||||
"doc:site": "node lib/doc/build 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",
|
||||
|
||||
Reference in New Issue
Block a user