fix client command

This commit is contained in:
Phillip Thelen
2024-06-19 19:40:20 +02:00
parent d054e6fc16
commit f62254d68e

View File

@@ -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 build:client"
"heroku-postbuild": "npm run postinstall && gulp build:prod && npm run client:build"
},
"devDependencies": {
"axios": "^1.4.0",