chore: update clean script

This commit is contained in:
Kim, Jimin 2023-07-28 21:24:03 +09:00
parent c01ecd6f10
commit 81e2a5c2d0
Signed by: pomp
GPG key ID: CE1DDB8A4A765403

View file

@ -6,7 +6,7 @@
"dev": "open-cli http://localhost:3000 && next dev", "dev": "open-cli http://localhost:3000 && next dev",
"build": "next build", "build": "next build",
"lint": "next lint", "lint": "next lint",
"clean": "rm -rf .turbo build node_modules" "clean": "rm -rf .next .turbo build node_modules"
}, },
"devDependencies": { "devDependencies": {
"@developomp-site/content": "workspace:*", "@developomp-site/content": "workspace:*",