Skip to content

Commit

Permalink
ensure prod mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jan 6, 2017
1 parent c81dde3 commit f7ffc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,6 +15,6 @@
"scripts": {
"dev": "next",
"build": "next build",
"start": "node server"
"start": "NODE_ENV=production node server"
}
}

0 comments on commit f7ffc73

Please sign in to comment.