chore: improve clean scripts

This commit is contained in:
Kim, Jimin 2023-07-29 09:15:31 +09:00
parent bbee49deea
commit cf3dd8fd44
Signed by: pomp
GPG key ID: CE1DDB8A4A765403
6 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@
"scripts": {
"build": "rm -rf build && tsc && node --es-module-specifier-resolution=node build/index.js",
"lint": "eslint .",
"clean": "rm -rf .turbo node_modules dist build"
"clean": "rm -rf .turbo build dist node_modules"
},
"dependencies": {
"@developomp-site/eslint-config": "workspace:^",