feat: relocate scripts, PATH update (#20002)

Relocate scripts, and PATH updates
This commit is contained in:
Min Idzelis 2025-07-18 11:19:06 -04:00 committed by GitHub
parent 576f681b5c
commit f33e1ad94c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 60 additions and 40 deletions

View file

@ -5,6 +5,7 @@ TYPESCRIPT_SDK=/usr/src/open-api/typescript-sdk
npm --prefix "$TYPESCRIPT_SDK" install
npm --prefix "$TYPESCRIPT_SDK" run build
cd /usr/src/app || exit 1
COUNT=0
UPSTREAM="${IMMICH_SERVER_URL:-http://immich-server:2283/}"