Skip to content

Commit a928204

Browse files
dani-polaniclaude
andcommitted
chore: add make skill-zip and commit skill archive
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b9150f6 commit a928204

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@
99
# make examples-deps — npm install + Playwright Chromium
1010

1111
BITEXT := bitext
12+
SKILL_DIR := word-aligner-skill
13+
SKILL_ZIP := word-aligner-skill.zip
1214

13-
.PHONY: examples-deps examples-previews examples-render examples-upload examples-build
15+
.PHONY: skill-zip examples-deps examples-previews examples-render examples-upload examples-build
16+
17+
skill-zip:
18+
zip -r $(SKILL_ZIP) $(SKILL_DIR)
1419

1520
examples-deps:
1621
cd $(BITEXT) && npm install && npx playwright install chromium

word-aligner-skill.zip

4.79 KB
Binary file not shown.

0 commit comments

Comments
 (0)