diff --git a/Procfile b/Procfile index 34dfa2b..1142800 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: yarn back build && yarn back start +web: yarn back start diff --git a/package.json b/package.json index f525d3e..cf8b7cd 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "back": "yarn workspace back", "e2e": "yarn workspace e2e", "prettier:front": "front prettier", - "start": "yarn back start" + "start": "yarn back start", + "heroku-postbuild": "yarn back build" }, "repository": { "type": "git",