From 81bef580bf6b48b89d8296e4c22c778e8ef50ddd Mon Sep 17 00:00:00 2001 From: Maksim Diakov Date: Fri, 27 Dec 2019 20:39:57 +0300 Subject: [PATCH] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 434196add..a434ed527 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: node node_modules/gulp/bin/gulp build +web: node node_modules/gulp/bin/gulp build && node app.js