Skip to content

Commit e8a11d9

Browse files
committed
Allow consecutive clean's
1 parent 89c67d6 commit e8a11d9

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
@@ -29,7 +29,7 @@
2929
"webpack.d.ts"
3030
],
3131
"scripts": {
32-
"clean": "rm {browserify,esbuild,methods,webpack}.{js,d.ts} && bash -O globstar -c 'rm lib/**/*.{js,d.ts} test/**/*.{js,d.ts}'",
32+
"clean": "rm -f {browserify,esbuild,methods,webpack}.{js,d.ts} && bash -O globstar -c 'rm -f lib/**/*.{js,d.ts} test/**/*.{js,d.ts}'",
3333
"build": "tsc",
3434
"watch": "tsc --watch",
3535
"fmt": "prettier --ignore-path .gitignore --write '**/*.ts'",

0 commit comments

Comments
 (0)