chore: makefile split setup tasks

This commit is contained in:
Min Idzelis
2025-07-05 14:40:45 +00:00
parent fb384fe90b
commit c147768748
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 ""
}