mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 15:02:39 +00:00
chore: migrate skill generator to TypeScript
This commit is contained in:
parent
783ea1086a
commit
3545139cd3
2 changed files with 84 additions and 45 deletions
2
.github/workflows/skill-generator.yml
vendored
2
.github/workflows/skill-generator.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
node-version: 20
|
||||
|
||||
- name: Generate skill artifacts
|
||||
run: node scripts/skill-generator/generate.js
|
||||
run: npx --yes tsx@4.21.0 scripts/skill-generator/generate.ts
|
||||
|
||||
- name: Sync to skills repo
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue