From 8c6478bfef4e1e39e36f0dc4a162ebc40e0d67b2 Mon Sep 17 00:00:00 2001 From: Isaac Grynsztein Date: Sun, 22 Mar 2020 02:25:35 -0400 Subject: [PATCH] Final fix for heroku procfile (3) --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 8978a6d..6c5c38b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: cd backend && npm install && npm start app.js --prefix backend \ No newline at end of file +web: npm install --prefix backend && npm start app.js --prefix backend \ No newline at end of file