Skip to content

Commit 0d06d9c

Browse files
chore: remove unused npm script
I most commonly see people use `git clean -fxd` instead.
1 parent 4a5b1c4 commit 0d06d9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"scripts": {
2121
"build": "npm run --workspaces build",
2222
"test": "npm run --workspaces --if-present test",
23-
"distclean": "rm -rf node_modules packages/*/node_modules",
2423
"postinstall": "patch-package"
2524
},
2625
"devDependencies": {

0 commit comments

Comments
 (0)