mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 11:46:23 +00:00
don’t build multiple times on heroku
This commit is contained in:
parent
f62254d68e
commit
e0f6f79c5b
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue