mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore: dev environment improvements and dependency updates (#19676)
This commit is contained in:
parent
25efba8fe6
commit
090d87f82e
6 changed files with 25 additions and 9 deletions
|
|
@ -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 ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue