From d0ea49b92b6d73a3ec668d466b6ad47468afa476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 18 Oct 2022 21:28:31 +0200 Subject: [PATCH] fix: add heroku postbuild step - second attempt --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2da327eebe..f7462a0f3e 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "seed:serve": "UNLEASH_DATABASE_NAME=unleash_test UNLEASH_DATABASE_SCHEMA=seed yarn run start:dev", "clean": "del-cli --force dist", "preversion": "./scripts/check-release.sh", - "heroku-postbuild": "cd frontend && yarn build" + "heroku-postbuild": "cd frontend && yarn && yarn build" }, "jest": { "automock": false,