mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
correct build call
This commit is contained in:
parent
7231f699c1
commit
d054e6fc16
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 && 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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue