From c2243450372bfdba8f2db7d0af5b9a0f6ba16857 Mon Sep 17 00:00:00 2001 From: Aitor Urrutia Date: Sat, 15 Jan 2022 22:59:59 +0100 Subject: [PATCH] froga --- Procfile | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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",