mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
Makefile: Add combined skills target
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
6a1fb99b92
commit
e377056b6d
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -313,6 +313,7 @@ dep-codex:
|
|||
npm install -g --location=global --ignore-scripts --no-fund --no-audit --no-update-notifier "@openai/codex@latest"; \
|
||||
fi
|
||||
@codex features disable general_analytics || true
|
||||
skills: agents-skills claude-skills
|
||||
agents-skills: codex-skills
|
||||
codex-skills:
|
||||
@if [ -d "specs/.agents/skills" ]; then \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue