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",