chore: add build:start script to package.json for streamlined deployment
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"build:start": "npm run build && npm run start",
|
||||
"lint": "eslint",
|
||||
"lint:fix": "eslint --fix",
|
||||
"test": "vitest run",
|
||||
|
||||
Reference in New Issue
Block a user