mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix: update e2e (#7710)
* fix: update e2e * update package.json * fix: version
This commit is contained in:
parent
3f1d37e556
commit
8eb9dad989
3 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue