1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

fix(web): immich version (#7541)

* fix: web version

* update package-lock.json

* update typescript-sdk
This commit is contained in:
martin
2024-03-01 08:26:50 +01:00
committed by GitHub
parent 55ecfafa82
commit 3b772a772c
5 changed files with 7 additions and 6 deletions

View File

@ -63,6 +63,7 @@ if [ "$CURRENT_SERVER" != "$NEXT_SERVER" ]; then
echo "Pumping Server: $CURRENT_SERVER => $NEXT_SERVER"
npm --prefix server version "$SERVER_PUMP"
npm --prefix web version "$SERVER_PUMP"
npm --prefix open-api/typescript-sdk version "$SERVER_PUMP"
make open-api
poetry --directory machine-learning version "$SERVER_PUMP"
fi