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