From 03750a02bad716cd26bd19359de5c7e92071d6e4 Mon Sep 17 00:00:00 2001 From: Marouane <57333995+riimuru@users.noreply.github.com> Date: Mon, 23 Oct 2023 18:44:02 -0400 Subject: [PATCH] fix Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 4b9efbcb..d2990eba 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: yarn build && node dist/main.js \ No newline at end of file +web: yarn install && yarn build && node dist/main.js \ No newline at end of file