chore: update clean script
This commit is contained in:
parent
c01ecd6f10
commit
81e2a5c2d0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
"dev": "open-cli http://localhost:3000 && next dev",
|
"dev": "open-cli http://localhost:3000 && next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"clean": "rm -rf .turbo build node_modules"
|
"clean": "rm -rf .next .turbo build node_modules"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@developomp-site/content": "workspace:*",
|
"@developomp-site/content": "workspace:*",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue