mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
chore(docs): add docs flag to builds
This commit is contained in:
@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user