don’t build multiple times on heroku

This commit is contained in:
Phillip Thelen 2024-06-20 10:11:27 +02:00
parent f62254d68e
commit e0f6f79c5b

View file

@ -108,7 +108,7 @@
"postinstall": "git config --global url.\"https://\".insteadOf git:// && gulp build && cd website/client && npm install", "postinstall": "git config --global url.\"https://\".insteadOf git:// && gulp build && cd website/client && npm install",
"apidoc": "gulp apidoc", "apidoc": "gulp apidoc",
"heroku-postbuild": "npm run postinstall && gulp build:prod && npm run client:build" "heroku-postbuild": "npm run client:build"
}, },
"devDependencies": { "devDependencies": {
"axios": "^1.4.0", "axios": "^1.4.0",