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 5b7ab2d commit a341ea5Copy full SHA for a341ea5
package.json
@@ -19,7 +19,7 @@
19
"scripts": {
20
"prepare": "husky install",
21
"build": "tsc -b tsconfig.build.json",
22
- "clean": "git clean -dfX",
+ "clean": "rimraf -g **/node_modules **/tests/**/package-lock.json **/examples/**/package-lock.json **/dist **/coverage packages/fuzzer/build packages/fuzzer/prebuilds",
23
"compile:watch": "tsc -b tsconfig.build.json --incremental --pretty --watch",
24
"test": "run-script-os",
25
"test:jest": "jest && npm run test --ws --if-present",
0 commit comments