mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(angular): run build first
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"clean": "rm -rf dist",
|
||||
"clean-generated": "node ./scripts/clean.js",
|
||||
"compile": "./node_modules/.bin/ngc",
|
||||
"deploy": "np --any-branch",
|
||||
"deploy": "npm run build && np --any-branch",
|
||||
"tsc": "tsc -p ."
|
||||
},
|
||||
"main": "./dist/index.js",
|
||||
|
||||
Reference in New Issue
Block a user