From 39e83aa77dced78f381b8428e623fe1ac9ad8266 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@keylocation.sg> Date: Wed, 1 Feb 2017 13:38:36 +0100 Subject: [PATCH] Fix Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 182e7932e0..38a8d2852d 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -renovate: npm start-raw +renovate: npm run start-raw web: node bin/heroku/web.js -- GitLab