File tree Expand file tree Collapse file tree 4 files changed +1
-5
lines changed Expand file tree Collapse file tree 4 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 6
6
"type" : " git" ,
7
7
"url" : " https://github.com/NativeScript/NativeScript.git"
8
8
},
9
- "scripts" : {
10
- "clean" : " npx rimraf hooks node_modules platforms package-lock.json && npm i --legacy-peer-deps"
11
- },
12
9
"dependencies" : {
13
10
"@nativescript/core" : " file:../../packages/core" ,
14
11
"nativescript-theme-core" : " file:../../node_modules/nativescript-theme-core"
Original file line number Diff line number Diff line change 19
19
"gitHead" : " 8ab7726d1ee9991706069c1359c552e67ee0d1a4" ,
20
20
"readme" : " NativeScript Application" ,
21
21
"scripts" : {
22
- "clean" : " npx rimraf hooks node_modules platforms package-lock.json" ,
23
22
"e2e" : " tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json" ,
24
23
"e2e-debug" : " ./node_modules/.bin/ns-dev-appium --startSession" ,
25
24
"e2e-watch" : " tsc -p e2e --watch" ,
Original file line number Diff line number Diff line change 4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"clean" : " git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/* --exclude=!.npmrc" ,
7
+ "clean.all" : " npm run setup && nx run-many --target=clean --all" ,
7
8
"setup" : " npm run clean && npm install --legacy-peer-deps" ,
8
9
"setup:yarn" : " yarn clean && yarn" ,
9
10
"setup:pnpm" : " pnpm run clean && pnpm install" ,
Original file line number Diff line number Diff line change 29
29
"url" : " https://github.com/NativeScript/nativescript-dev-webpack.git"
30
30
},
31
31
"scripts" : {
32
- "clean" : " npx rimraf -- node_modules package-lock.json && npm i --ignore-scripts --legacy-peer-deps" ,
33
32
"tsc" : " tsc" ,
34
33
"postinstall" : " node postinstall.js" ,
35
34
"preuninstall" : " node preuninstall.js" ,
You can’t perform that action at this time.
0 commit comments