mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Develop: Update Makefile
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
a806ef8d71
commit
f948cd4efb
1 changed files with 7 additions and 0 deletions
7
Makefile
7
Makefile
|
|
@ -106,6 +106,10 @@ logs:
|
|||
$(DOCKER_COMPOSE) logs -f
|
||||
down:
|
||||
$(DOCKER_COMPOSE) --profile=all down --remove-orphans
|
||||
codex: dep-codex codex-status
|
||||
codex-status:
|
||||
codex --version
|
||||
codex /status
|
||||
docs: swag
|
||||
swag: swag-json
|
||||
swag-json:
|
||||
|
|
@ -246,6 +250,9 @@ dep-js:
|
|||
(cd frontend && npm ci --no-update-notifier --no-audit)
|
||||
# TODO: If in the future we want to test in a real browser environment, add this (Playwright)
|
||||
# (cd frontend && npx playwright install chromium)
|
||||
dep-codex:
|
||||
@echo "Installing latest Codex CLI..."
|
||||
sudo npm i -g "@openai/codex@latest"
|
||||
dep-go:
|
||||
go build -v ./...
|
||||
dep-upgrade:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue