chore: add more files to clean list

This commit is contained in:
Kim, Jimin 2023-07-04 09:12:10 +09:00
parent 0a44b41113
commit 704e295d49
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"scripts": { "scripts": {
"dev": "vite dev", "dev": "vite dev",
"build": "vite build", "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", "preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",

View file

@ -8,7 +8,7 @@
"build": "tsc && vite build", "build": "tsc && vite build",
"lint": "eslint .", "lint": "eslint .",
"preview": "vite preview", "preview": "vite preview",
"clean": "rm -rf .turbo node_modules dist" "clean": "rm -rf .turbo node_modules dist vite.config.ts.timestamp-*"
}, },
"dependencies": { "dependencies": {
"@fontsource/noto-sans-kr": "^5.0.3", "@fontsource/noto-sans-kr": "^5.0.3",