update build config

This commit is contained in:
2021-07-16 13:44:59 +01:00
parent 4e8c34de91
commit c318891b56
+1 -1
View File
@@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "NODE_ENV=production node_modules/next/dist/bin/next build",
"start": "node_modules/next/dist/bin/next start -p $PORT"
"start": "node_modules/next/dist/bin/next start"
},
"dependencies": {
"@webdeb/next-styles": "^1.1.1",