From df14e0220912637507d78313ea23103218c68979 Mon Sep 17 00:00:00 2001 From: Gautam Anand Date: Mon, 1 Jan 2024 13:12:37 -0600 Subject: [PATCH] Add build --- api/Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Procfile b/api/Procfile index a69c5e3c..11301279 100644 --- a/api/Procfile +++ b/api/Procfile @@ -1 +1 @@ -web: node dist \ No newline at end of file +web: yarn build && node dist \ No newline at end of file