Skip to content

Commit b4d0568

Browse files
committed
chore: add rimraf --glob option
1 parent 6e512a8 commit b4d0568

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
@@ -111,7 +111,7 @@
111111
"semver": "7.7.2"
112112
},
113113
"scripts": {
114-
"clean": "rimraf '{src,test}/**/*.{js,map,d.ts}' 'package.zip' '.tmp' 'tmp'",
114+
"clean": "rimraf -g '{src,test}/**/*.{js,map,d.ts}' 'package.zip' '.tmp' 'tmp'",
115115
"lint": "eslint .",
116116
"lint:fix": "npm run lint -- --fix",
117117
"prebuild": "npm run clean",

0 commit comments

Comments
 (0)