mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +08:00
clean up commands
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
"lint.fix": "npm run eslint -- --fix && npm run prettier -- --write --cache",
|
||||
"test": "jest",
|
||||
"build": "npm run clean && npm run copy && npm run copy.overlays && npm run bundle && npm run build.vetur && npm run build.web-types",
|
||||
"build.watch": "npm run build && npm run bundle -- --watch",
|
||||
"build.watch": "npm run bundle -- --watch",
|
||||
"bundle": "rollup --config rollup.config.js",
|
||||
"clean": "rimraf dist",
|
||||
"build.web-types": "node ./scripts/build-web-types.js",
|
||||
|
Reference in New Issue
Block a user