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

fix: update e2e (#7710)

* fix: update e2e

* update package.json

* fix: version
This commit is contained in:
martin
2024-03-09 05:16:36 +01:00
committed by GitHub
parent 3f1d37e556
commit 8eb9dad989
3 changed files with 4 additions and 3 deletions

View File

@@ -65,6 +65,7 @@ if [ "$CURRENT_SERVER" != "$NEXT_SERVER" ]; then
make open-api
npm --prefix open-api/typescript-sdk version "$SERVER_PUMP"
npm --prefix web version "$SERVER_PUMP"
npm --prefix e2e version "$SERVER_PUMP"
npm --prefix web i --package-lock-only
npm --prefix cli i --package-lock-only
npm --prefix e2e i --package-lock-only