chore: improve clean script
This commit is contained in:
parent
3008c6bebf
commit
66ff7934b2
8 changed files with 12 additions and 5 deletions
|
@ -6,6 +6,7 @@
|
|||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"build": "vite build",
|
||||
"clean": "rm -rf .svelte-kit .turbo build node_modules",
|
||||
"preview": "vite preview",
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue