Skip to content

Commit a629197

Browse files
chore: shorten clean command
Co-authored-by: Tukusej’s Sirs <tukusejssirs@protonmail.com>
1 parent 94dda2d commit a629197

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
@@ -7,7 +7,7 @@
77
"test": "npm run test --workspaces --if-present",
88
"start": "tsx scripts/start.ts",
99
"build": "npm run build --workspaces --if-present",
10-
"clean": "rm -rf node_modules ./**/node_modules ./**/dist ./**/build ./**/out ./**/coverage"
10+
"clean": "rm -rf ./**/{build,coverage,dist,node_modules,out}
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)