Add npm scripts to build docs.

This commit is contained in:
Jeroen Engels
2016-01-26 22:48:23 +01:00
committed by John-David Dalton
parent c86754afde
commit b97a05b7f2
2 changed files with 56 additions and 0 deletions

View File

@@ -32,6 +32,8 @@
"build:fp": "node lib/fp/build-dist.js",
"build:fp-modules": "node lib/fp/build-modules.js",
"build:main": "node lib/main/build-dist.js",
"doc": "node lib/doc/build github",
"doc:site": "node lib/doc/build site",
"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:main": "jscs lodash.js",