We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebaf499 commit 56b71a4Copy full SHA for 56b71a4
package.json
@@ -11,11 +11,11 @@
11
"release": "standard-version",
12
"--------------": "",
13
"format": "prettier --write .",
14
- "clean": "npx -y rimraf -g dist **/*.tsbuildinfo ./test/projects/nx/dist",
15
- "clean:all": "yarn run clean && npx -y rimraf -g node_modules **/node_modules **/yarn.lock yarn.lock",
+ "clean": "rimraf -g dist **/*.tsbuildinfo ./test/projects/nx/dist",
+ "clean:all": "yarn run clean && rimraf -g node_modules **/node_modules **/yarn.lock yarn.lock",
16
"reset": "yarn run clean:all && yarn install && yarn build",
17
"-------------- ": "",
18
- "prebuild": "npx -y rimraf -g dist",
+ "prebuild": "rimraf -g dist",
19
"install:tests": "cd test && yarn install",
20
"prepare": "yarn run install:tests"
21
},
0 commit comments