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