aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 22de0d7..dcb975e 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"scripts": {
"build": "next build",
"dev": "next dev",
- "start": "next start"
+ "start": "NODE_ENV=production next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",