mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
clean up commands
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
"lint.fix": "npm run eslint -- --fix && npm run prettier -- --write --cache",
|
||||
"bundle": "rollup --config rollup.config.js",
|
||||
"build": "npm run clean && npm run bundle",
|
||||
"build.watch": "npm run build && npm run bundle -- --watch",
|
||||
"build.watch": "npm run bundle -- --watch",
|
||||
"clean": "rimraf dist",
|
||||
"sync": "sh ./scripts/sync.sh"
|
||||
},
|
||||
|
Reference in New Issue
Block a user