We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52517f5 commit 81ea96eCopy full SHA for 81ea96e
package.json
@@ -12,7 +12,7 @@
12
"--------------": "",
13
"format": "prettier --write .",
14
"clean": "rimraf -g dist \"**/*.tsbuildinfo\" ./test/projects/nx/dist dist",
15
- "clean:all": "yarn run clean && rimraf -g node_modules **/node_modules **/yarn.lock yarn.lock",
+ "clean:all": "yarn run clean && rimraf -g node_modules \"**/node_modules\" \"**/yarn.lock\"",
16
"reset": "yarn run clean:all && yarn install && yarn build"
17
},
18
"keywords": [
0 commit comments