From e0f6f79c5b49d2b6eae7e5c02dd90ac7ad6ea397 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Thu, 20 Jun 2024 10:11:27 +0200 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20build=20multiple=20times=20on?= =?UTF-8?q?=20heroku?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe919257dd..e80b981ce6 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "postinstall": "git config --global url.\"https://\".insteadOf git:// && gulp build && cd website/client && npm install", "apidoc": "gulp apidoc", - "heroku-postbuild": "npm run postinstall && gulp build:prod && npm run client:build" + "heroku-postbuild": "npm run client:build" }, "devDependencies": { "axios": "^1.4.0",