Skip to content

Commit 6b61eda

Browse files
BenGWeeksclaude
andcommitted
Add tfx-cli installation to CI workflow
The package-dev script requires tfx-cli to create the .vsix package. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d34d02c commit 6b61eda

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Install dependencies
2323
run: bun install
2424

25+
- name: Install tfx-cli
26+
run: npm install -g tfx-cli
27+
2528
- name: Run lint
2629
run: bun run lint
2730

0 commit comments

Comments
 (0)