build ok,

This commit is contained in:
louiscklaw
2025-04-14 10:23:24 +08:00
parent d19726dfaf
commit 01e2c8601a

View File

@@ -8,7 +8,7 @@
}, },
"scripts": { "scripts": {
"dev": "rm -rf .next && next dev", "dev": "rm -rf .next && next dev",
"build": "next build", "build": "rm -rf .next && next build",
"build:w": "pnpx nodemon --ext ts,tsx,json,mjs,js,jsx --delay 1 --exec \"pnpm run build\"", "build:w": "pnpx nodemon --ext ts,tsx,json,mjs,js,jsx --delay 1 --exec \"pnpm run build\"",
"start": "next start", "start": "next start",
"lint": "next lint --quiet", "lint": "next lint --quiet",