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

chore: dev environment improvements and dependency updates (#19676)

This commit is contained in:
Min Idzelis
2025-07-01 22:47:59 -04:00
committed by GitHub
parent 25efba8fe6
commit 090d87f82e
6 changed files with 25 additions and 9 deletions

View File

@ -73,10 +73,8 @@ install_dependencies() {
log "Installing dependencies"
(
cd "${IMMICH_WORKSPACE}" || exit 1
run_cmd make ci-server
run_cmd make ci-sdk
run_cmd make build-sdk
run_cmd make ci-web
export CI=1 FROZEN=1 OFFLINE=1
run_cmd make setup-dev
)
log ""
}