mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
chore(build): run full prod build before deploying
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
"scripts": {
|
||||
"build": "stencil build --docs --dev",
|
||||
"clean": "rm -rf dist",
|
||||
"deploy": "np --any-branch",
|
||||
"deploy": "stencil build --docs && 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