chore: add build:start script to package.json for streamlined deployment

This commit is contained in:
2026-06-11 10:29:17 +08:00
parent e2a57386e7
commit d0df7296cc
+1
View File
@@ -6,6 +6,7 @@
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"build:start": "npm run build && npm run start",
"lint": "eslint", "lint": "eslint",
"lint:fix": "eslint --fix", "lint:fix": "eslint --fix",
"test": "vitest run", "test": "vitest run",