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