chore(docs): add docs flag to builds

This commit is contained in:
Adam Bradley
2017-11-28 13:45:02 -06:00
parent 3f689e423f
commit c7e9e029ad

View File

@ -25,9 +25,9 @@
"tslint-ionic-rules": "0.0.11" "tslint-ionic-rules": "0.0.11"
}, },
"scripts": { "scripts": {
"build": "stencil build", "build": "stencil build --docs",
"tsc": "./node_modules/.bin/tsc -p .", "tsc": "./node_modules/.bin/tsc -p .",
"dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\"", "dev": "sd concurrent \"stencil build --dev --watch --docs\" \"stencil-dev-server\"",
"e2e": "node ./scripts/e2e", "e2e": "node ./scripts/e2e",
"snapshot": "node ./scripts/e2e --snapshot", "snapshot": "node ./scripts/e2e --snapshot",
"test": "jest --no-cache", "test": "jest --no-cache",