chore: add more files to clean list
This commit is contained in:
parent
0a44b41113
commit
704e295d49
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"build": "vite build",
|
||||
"clean": "rm -rf .svelte-kit .turbo build node_modules",
|
||||
"clean": "rm -rf .svelte-kit .turbo build node_modules vite.config.ts.timestamp-*",
|
||||
"preview": "vite preview",
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"build": "tsc && vite build",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview",
|
||||
"clean": "rm -rf .turbo node_modules dist"
|
||||
"clean": "rm -rf .turbo node_modules dist vite.config.ts.timestamp-*"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource/noto-sans-kr": "^5.0.3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue