chore: improve clean scripts
This commit is contained in:
parent
bbee49deea
commit
cf3dd8fd44
6 changed files with 6 additions and 6 deletions
|
@ -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:^",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue