1
0
forked from maik/IPFS-portal

fix: add npm install + build to start script for server deploy

This commit is contained in:
maikrolf
2026-06-28 21:19:24 +02:00
parent c9432a16ba
commit de4146c362
+1
View File
@@ -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": {