1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-21 18:16:55 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

4
e2e/package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "immich-e2e",
"version": "1.0.0",
"version": "1.98.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "immich-e2e",
"version": "1.0.0",
"version": "1.98.1",
"license": "GNU Affero General Public License version 3",
"devDependencies": {
"@immich/cli": "file:../cli",

View File

@ -1,6 +1,6 @@
{
"name": "immich-e2e",
"version": "1.0.0",
"version": "1.98.1",
"description": "",
"main": "index.js",
"type": "module",

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