We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb490c9 commit fea0fc9Copy full SHA for fea0fc9
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"next:start": "next start -p 8081",
8
- "next:build": "next build",
+ "next:build": "NODE_ENV=production next build",
9
"next:dev": "next dev",
10
"dev": "nodemon server.js --ignore dist/"
11
},
0 commit comments