From d054e6fc1650fbe6df14b62025f0470a15e91883 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Wed, 19 Jun 2024 19:36:57 +0200 Subject: [PATCH] correct build call --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9854a67dd8..b1c14e3030 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 && npm run build:prod && npm run build:client" + "heroku-postbuild": "npm run postinstall && gulp build:prod && npm run build:client" }, "devDependencies": { "axios": "^1.4.0",