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 f1a2f50 commit 306986aCopy full SHA for 306986a
package.json
@@ -11,12 +11,12 @@
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
"pretest": "yarn --cwd test install",
19
- "prebuild": "npx -y rimraf -g dist"
+ "prebuild": "rimraf -g dist"
20
},
21
"keywords": [
22
"typescript",
0 commit comments