Skip to content

Commit

Permalink
Run Neutrino properly
Browse files Browse the repository at this point in the history
When using `npm start` we start with `neutrino start` which starts it
with NODE_ENV=development.
  • Loading branch information
armenzg committed Feb 17, 2018
1 parent ce1c316 commit f302345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: npm start
web: neutrino build && NODE_ENV=production node build/index.js

0 comments on commit f302345

Please sign in to comment.