chore: add missing paths to clean script

This commit is contained in:
Kim, Jimin 2024-04-28 18:24:12 +09:00
parent be4e71d952
commit 508dea29e0
Signed by: pomp
GPG key ID: 2B516173EDD492EB

View file

@ -9,7 +9,7 @@
"build": "vite build",
"test:unit": "TZ=UTC jest",
"test:e2e": "playwright test",
"clean": "rm -rf .turbo .svelte-kit build node_modules vite.config.ts.timestamp-*",
"clean": "rm -rf .turbo .svelte-kit .vercel test-results build node_modules vite.config.ts.timestamp-*",
"lint": "eslint ."
},
"devDependencies": {