Skip to content

Commit

Permalink
fix: update e2e (immich-app#7710)
Browse files Browse the repository at this point in the history
* fix: update e2e

* update package.json

* fix: version
  • Loading branch information
martabal authored Mar 9, 2024
1 parent 3f1d37e commit 8eb9dad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "immich-e2e",
"version": "1.0.0",
"version": "1.98.1",
"description": "",
"main": "index.js",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions misc/release/pump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8eb9dad

Please sign in to comment.