chore: add clean to npm script
This commit is contained in:
parent
30f3b488d5
commit
392fc86ba8
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@
|
||||||
"dev": "next dev -p 3002",
|
"dev": "next dev -p 3002",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"check-types": "tsc --noEmit",
|
"check-types": "tsc --noEmit",
|
||||||
"start": "next start"
|
"start": "next start",
|
||||||
|
"clean": "rm -rf .next"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@repo/logger": "*",
|
"@repo/logger": "*",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue