change start up and build

This commit is contained in:
2021-11-01 12:27:17 +00:00
parent 700d3ac67e
commit 7a3671f0a3
+2 -2
View File
@@ -5,8 +5,8 @@
"scripts": {
"dev": "next dev",
"dev:app": "node ./server/server.js",
"build": "NODE_ENV=production node_modules/next/dist/bin/next build",
"start": "node_modules/next/dist/bin/next start"
"build": "next build",
"start": "next start"
},
"dependencies": {
"@webdeb/next-styles": "^1.1.1",