Skip to content

Commit f99d708

Browse files
committed
fix: clean script
1 parent 48f16d0 commit f99d708

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
@@ -5,7 +5,7 @@
55
"scripts": {
66
"build": "next build",
77
"commit": "git add . && cz",
8-
"clean": "rimraf node_modules .next .swc e2e/{report,test-results}",
8+
"clean": "rimraf node_modules .next .swc src/e2e/test_output",
99
"dev": "next dev --turbo",
1010
"format": "prettier --write .",
1111
"generate:svg": "pnpm svgr ./src/svgs/src",

0 commit comments

Comments
 (0)