Skip to content

Commit fea0fc9

Browse files
committed
production build env
1 parent cb490c9 commit fea0fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"next:start": "next start -p 8081",
8-
"next:build": "next build",
8+
"next:build": "NODE_ENV=production next build",
99
"next:dev": "next dev",
1010
"dev": "nodemon server.js --ignore dist/"
1111
},

0 commit comments

Comments
 (0)