Skip to content

Commit 18f4bdd

Browse files
committed
chore: cleanup scripts
1 parent bc8f155 commit 18f4bdd

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

apps/automated/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
"type": "git",
77
"url": "https://github.com/NativeScript/NativeScript.git"
88
},
9-
"scripts": {
10-
"clean": "npx rimraf hooks node_modules platforms package-lock.json && npm i --legacy-peer-deps"
11-
},
129
"dependencies": {
1310
"@nativescript/core": "file:../../packages/core",
1411
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"

apps/ui/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"gitHead": "8ab7726d1ee9991706069c1359c552e67ee0d1a4",
2020
"readme": "NativeScript Application",
2121
"scripts": {
22-
"clean": "npx rimraf hooks node_modules platforms package-lock.json",
2322
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
2423
"e2e-debug": "./node_modules/.bin/ns-dev-appium --startSession",
2524
"e2e-watch": "tsc -p e2e --watch",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"license": "MIT",
55
"scripts": {
66
"clean": "git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/* --exclude=!.npmrc",
7+
"clean.all": "npm run setup && nx run-many --target=clean --all",
78
"setup": "npm run clean && npm install --legacy-peer-deps",
89
"setup:yarn": "yarn clean && yarn",
910
"setup:pnpm": "pnpm run clean && pnpm install",

packages/webpack/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"url": "https://github.com/NativeScript/nativescript-dev-webpack.git"
3030
},
3131
"scripts": {
32-
"clean": "npx rimraf -- node_modules package-lock.json && npm i --ignore-scripts --legacy-peer-deps",
3332
"tsc": "tsc",
3433
"postinstall": "node postinstall.js",
3534
"preuninstall": "node preuninstall.js",

0 commit comments

Comments
 (0)