Add doc-site build script (#2461)

This commit is contained in:
Zack Hall
2016-07-01 10:45:19 -07:00
committed by John-David Dalton
parent a64b629333
commit 6b0069f10f
3 changed files with 46 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
"doc": "node lib/main/build-doc github && npm run test:doc",
"doc:fp": "node lib/fp/build-doc",
"doc:site": "node lib/main/build-doc site",
"doc:sitehtml": "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",
@@ -43,6 +44,7 @@
"jscs": "^3.0.5",
"lodash": "4.11.2",
"markdown-doctest": "^0.8.1",
"marky-markdown": "^7.0.1",
"platform": "^1.3.1",
"qunit-extras": "^2.0.1",
"qunitjs": "^1.23.1",