mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(dependencies): do dev builds for now for publishing for easier debugging until we're totally ready to go
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
"scripts": {
|
||||
"build": "stencil build --docs",
|
||||
"clean": "rm -rf dist",
|
||||
"deploy": "npm run build && np --any-branch",
|
||||
"deploy": "npm run build -- --dev && 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