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 fa7667e commit 815f675Copy full SHA for 815f675
package.json
@@ -11,7 +11,7 @@
11
"release": "standard-version",
12
"--------------": "",
13
"format": "prettier --write .",
14
- "clean": "rimraf -g dist **/*.tsbuildinfo ./test/projects/nx/dist dist",
+ "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",
16
"reset": "yarn run clean:all && yarn install && yarn build"
17
},
0 commit comments