chore: improve clean scripts

This commit is contained in:
Kim, Jimin 2023-07-29 09:15:31 +09:00
parent bbee49deea
commit cf3dd8fd44
Signed by: pomp
GPG key ID: CE1DDB8A4A765403
6 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@
"build": "next build",
"test:e2e": "playwright test",
"lint": "next lint",
"clean": "rm -rf .next .turbo build node_modules"
"clean": "rm -rf .next .turbo dist node_modules test-results"
},
"devDependencies": {
"@developomp-site/blog": "workspace:*",