From 233e38874c3ecb234fa56b4c47af71f892349ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 18 Oct 2022 21:17:09 +0200 Subject: [PATCH] fix: heroku manifest --- app.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.json b/app.json index 67ad0584da..353846e48b 100644 --- a/app.json +++ b/app.json @@ -4,6 +4,9 @@ "repository": "https://github.com/heroku/node-js-sample", "logo": "https://github.com/Unleash/unleash/blob/main/.github/logo.png?raw=true", "keywords": ["node", "feature toggles", "release"], + "scripts": { + "build": "yarn build && cd frontend && yarn && yarn build" + }, "addons": [ { "plan": "heroku-postgresql",