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 89c67d6 commit e8a11d9Copy full SHA for e8a11d9
package.json
@@ -29,7 +29,7 @@
29
"webpack.d.ts"
30
],
31
"scripts": {
32
- "clean": "rm {browserify,esbuild,methods,webpack}.{js,d.ts} && bash -O globstar -c 'rm lib/**/*.{js,d.ts} test/**/*.{js,d.ts}'",
+ "clean": "rm -f {browserify,esbuild,methods,webpack}.{js,d.ts} && bash -O globstar -c 'rm -f lib/**/*.{js,d.ts} test/**/*.{js,d.ts}'",
33
"build": "tsc",
34
"watch": "tsc --watch",
35
"fmt": "prettier --ignore-path .gitignore --write '**/*.ts'",
0 commit comments