Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ check:

# Preview what sync would generate without writing any files.
dev:
./sync.sh --validate
./sync.sh --dry-run

# Regenerate .claude/commands/ and other adapter output from skills/.
Expand Down Expand Up @@ -97,5 +98,6 @@ deploy-preview:
# Publish a tagged release to production.
deploy-prod:
git checkout $(PRODUCTION_BRANCH)
git pull --rebase origin $(PRODUCTION_BRANCH) --tags
git pull --rebase origin $(PRODUCTION_BRANCH)
git fetch origin --tags --force
git push origin $(PRODUCTION_BRANCH) --tags