mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 06:10:56 +08:00
chore: scripts fix
This commit is contained in:
@ -6,11 +6,10 @@
|
|||||||
"npm_alias": "npm"
|
"npm_alias": "npm"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "git clean -f -X -d",
|
"clean": "rimraf -- hooks node_modules platforms package-lock.json webpack.config.js",
|
||||||
"setup": "npm run clean && $npm_package_config_npm_alias i && ts-patch install && npm run core:setup",
|
"setup": "npm run clean && $npm_package_config_npm_alias i && ts-patch install && npm run core:setup",
|
||||||
"start": "nps",
|
"start": "nps",
|
||||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
||||||
"clean": "rimraf -- hooks node_modules platforms package-lock.json webpack.config.js",
|
|
||||||
"apps-automated:ios": "cd apps/automated && tns debug ios --no-hmr --emulator --env.testing",
|
"apps-automated:ios": "cd apps/automated && tns debug ios --no-hmr --emulator --env.testing",
|
||||||
"apps-automated:android": "cd apps/automated && tns debug android --no-hmr --emulator --env.testing",
|
"apps-automated:android": "cd apps/automated && tns debug android --no-hmr --emulator --env.testing",
|
||||||
"apps-automated:clean": "cd apps/automated && rimraf -- hooks node_modules platforms package-lock.json webpack.config.js && $npm_package_config_npm_alias i && rimraf -- package-lock.json",
|
"apps-automated:clean": "cd apps/automated && rimraf -- hooks node_modules platforms package-lock.json webpack.config.js && $npm_package_config_npm_alias i && rimraf -- package-lock.json",
|
||||||
|
Reference in New Issue
Block a user