chore: add clean to npm script

This commit is contained in:
afiqzudinhadi 2025-06-20 17:45:54 +08:00
parent 30f3b488d5
commit 392fc86ba8

View file

@ -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": "*",