diff --git a/api/Procfile b/api/Procfile index 11301279..402bbe7c 100644 --- a/api/Procfile +++ b/api/Procfile @@ -1 +1 @@ -web: yarn build && node dist \ No newline at end of file +web: yarn && yarn build && node dist \ No newline at end of file