update package json

This commit is contained in:
2021-07-26 18:30:31 +01:00
parent f0f15b4f6e
commit 3b687e5566
+2 -2
View File
@@ -5,8 +5,8 @@
"scripts": {
"dev": "next dev",
"dev:app": "node ./server/server.js && yarn lint:js",
"build": "NODE_ENV=production node_modules/next/dist/bin/next build --debug",
"start": "node_modules/next/dist/bin/next start"
"build": "next build",
"start": "next start"
},
"dependencies": {
"@webdeb/next-styles": "^1.1.1",