mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
chore(build): hacking
This commit is contained in:
@ -27,9 +27,9 @@
|
||||
"yargs": "^10.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "stencil build --docs",
|
||||
"build": "stencil build --docs --dev",
|
||||
"clean": "rm -rf dist",
|
||||
"deploy": "npm run build -- --dev && np --any-branch",
|
||||
"deploy": "np --any-branch",
|
||||
"dev": "sd concurrent \"stencil build --dev --watch --docs\" \"stencil-dev-server\"",
|
||||
"e2e": "node ./scripts/e2e",
|
||||
"e2e-debug": "node --inspect --debug-brk ./scripts/e2e",
|
||||
|
Reference in New Issue
Block a user