chore: add missing paths to clean script
This commit is contained in:
parent
be4e71d952
commit
508dea29e0
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue