chore(docs): add build docs script

This commit is contained in:
Adam Bradley
2018-03-29 09:28:19 -05:00
parent 1f74d8dcd7
commit ce500858fe

View File

@ -51,6 +51,7 @@
},
"scripts": {
"build": "npm run clean && stencil build --docs",
"build.docs.json": "stencil build --docs-json dist/docs.json",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"clean": "node scripts/clean.js",
"dev": "sd concurrent \"stencil build --dev --watch --docs\" \"stencil-dev-server\"",