Merged PR 368: update build config

update build config

Related work items: #5226
This commit is contained in:
Robert Bond
2021-07-16 12:46:00 +00:00
+1 -1
View File
@@ -5,7 +5,7 @@
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "NODE_ENV=production node_modules/next/dist/bin/next build", "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": { "dependencies": {
"@webdeb/next-styles": "^1.1.1", "@webdeb/next-styles": "^1.1.1",