From 7f63593a478a34e3e0b3a95ac88c2ffa6d38679b Mon Sep 17 00:00:00 2001 From: Armen Zambrano G Date: Sat, 17 Feb 2018 16:09:48 -0500 Subject: [PATCH] Run Neutrino properly --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 063b78f..cdccc43 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: npm start +web: neutrino build && NODE_ENV=production node build/index.js