feat(docs): add `make dev-docs` (#20572)

pull/17717/head^2
Nicholas 2025-08-07 09:02:13 +07:00 committed by GitHub
parent 01a9f735c8
commit df2525ee08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

@ -10,6 +10,9 @@ dev-update:
dev-scale:
@trap 'make dev-down' EXIT; COMPOSE_BAKE=true docker compose -f ./docker/docker-compose.dev.yml up --build -V --scale immich-server=3 --remove-orphans
dev-docs:
npm --prefix docs run start
.PHONY: e2e
e2e:
@trap 'make e2e-down' EXIT; COMPOSE_BAKE=true docker compose -f ./e2e/docker-compose.yml up --build -V --remove-orphans