Skip to content

Commit 815f675

Browse files
committed
update glob
1 parent fa7667e commit 815f675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"release": "standard-version",
1212
"--------------": "",
1313
"format": "prettier --write .",
14-
"clean": "rimraf -g dist **/*.tsbuildinfo ./test/projects/nx/dist dist",
14+
"clean": "rimraf -g dist \"**/*.tsbuildinfo\" ./test/projects/nx/dist dist",
1515
"clean:all": "yarn run clean && rimraf -g node_modules **/node_modules **/yarn.lock yarn.lock",
1616
"reset": "yarn run clean:all && yarn install && yarn build"
1717
},

0 commit comments

Comments
 (0)