chore: improve clean scripts
This commit is contained in:
parent
bbee49deea
commit
cf3dd8fd44
6 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
|||
"build": "next build",
|
||||
"test:e2e": "playwright test",
|
||||
"lint": "next lint",
|
||||
"clean": "rm -rf .next .turbo build node_modules"
|
||||
"clean": "rm -rf .next .turbo dist node_modules test-results"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@developomp-site/blog": "workspace:*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue