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

@ -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",