mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Add scripts to generate the docs for lodash/fp.
This commit is contained in:
committed by
John-David Dalton
parent
fbfa578c11
commit
66d6e226a9
@@ -17,6 +17,7 @@
|
||||
"glob": "^6.0.4",
|
||||
"istanbul": "0.4.2",
|
||||
"jquery": "^2.2.0",
|
||||
"jscodeshift": "^0.3.13",
|
||||
"jscs": "^2.9.0",
|
||||
"lodash": "^3.10.1",
|
||||
"platform": "^1.3.1",
|
||||
@@ -35,6 +36,8 @@
|
||||
"build:main": "node lib/main/build-dist.js",
|
||||
"build:main-modules": "node lib/main/build-modules.js",
|
||||
"doc": "node lib/doc/build github",
|
||||
"doc:fp": "node lib/doc/build --fp github",
|
||||
"doc:fp:site": "node lib/doc/build --fp site",
|
||||
"doc:site": "node lib/doc/build site",
|
||||
"pretest": "npm run build",
|
||||
"style": "npm run style:main & npm run style:fp & npm run style:perf & npm run style:test",
|
||||
|
||||
Reference in New Issue
Block a user