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

test: sync open api spec (#9687)

test: sync spec file
This commit is contained in:
Jason Rasmussen
2024-05-23 07:40:57 -04:00
committed by GitHub
parent a5e8b451b2
commit e7aa50425c
9 changed files with 45 additions and 16 deletions

View File

@ -62,6 +62,8 @@ fi
if [ "$CURRENT_SERVER" != "$NEXT_SERVER" ]; then
echo "Pumping Server: $CURRENT_SERVER => $NEXT_SERVER"
npm --prefix server version "$SERVER_PUMP"
npm --prefix server ci
npm --prefix server run build
make open-api
npm --prefix open-api/typescript-sdk version "$SERVER_PUMP"
npm --prefix web version "$SERVER_PUMP"