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",
|
||||
"lint": "next lint",
|
||||
"check-types": "tsc --noEmit",
|
||||
"start": "next start"
|
||||
"start": "next start",
|
||||
"clean": "rm -rf .next"
|
||||
},
|
||||
"dependencies": {
|
||||
"@repo/logger": "*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue