chore: improve clean script

This commit is contained in:
Kim, Jimin 2023-06-29 12:52:27 +09:00
parent 3008c6bebf
commit 66ff7934b2
8 changed files with 12 additions and 5 deletions

View file

@ -8,7 +8,7 @@
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
"clean": "rm -rf .turbo node_modules dist"
},
"dependencies": {
"@fontsource/noto-sans-kr": "^5.0.3",