fix: add npm install + build to start script for server deploy
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev --port 3445",
|
"dev": "next dev --port 3445",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
|
"start": "npm install && npm run build && next start",
|
||||||
"export": "next build && npx serve out"
|
"export": "next build && npx serve out"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user