Skip to content

Commit a341ea5

Browse files
committed
npm: Revert clean script
1 parent 5b7ab2d commit a341ea5

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
@@ -19,7 +19,7 @@
1919
"scripts": {
2020
"prepare": "husky install",
2121
"build": "tsc -b tsconfig.build.json",
22-
"clean": "git clean -dfX",
22+
"clean": "rimraf -g **/node_modules **/tests/**/package-lock.json **/examples/**/package-lock.json **/dist **/coverage packages/fuzzer/build packages/fuzzer/prebuilds",
2323
"compile:watch": "tsc -b tsconfig.build.json --incremental --pretty --watch",
2424
"test": "run-script-os",
2525
"test:jest": "jest && npm run test --ws --if-present",

0 commit comments

Comments
 (0)