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

chore: makefile split setup tasks (#19739)

Makefile split setup tasks
This commit is contained in:
Min Idzelis
2025-07-10 21:35:39 -04:00
committed by GitHub
parent badd7ea2a9
commit de345a9524
2 changed files with 4 additions and 3 deletions

View File

@ -74,7 +74,7 @@ install_dependencies() {
(
cd "${IMMICH_WORKSPACE}" || exit 1
export CI=1 FROZEN=1 OFFLINE=1
run_cmd make setup-dev
run_cmd make setup-web-dev setup-server-dev
)
log ""
}