udpdated build config

This commit is contained in:
2021-07-16 11:25:09 +01:00
parent 7711d32ab8
commit 4e8c34de91
2 changed files with 26 additions and 22 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "NODE_ENV=production node_modules/next/dist/bin/next build",
"start": "node_modules/next/dist/bin/next start -p $PORT"
},
"dependencies": {