Skip to content
Merged
Show file tree
Hide file tree
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: 4 additions & 0 deletions .github/workflows/cli-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ jobs:
working-directory: cli
run: node dist/cli.js usage-analysis --json

- name: Validate all command (batched data for Visual Studio extension)
working-directory: cli
run: node dist/cli.js all --json

- name: Build production bundle
working-directory: cli
run: npm run build:production
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/visualstudio-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
run: |
node dist/cli.js chart --json
node dist/cli.js usage-analysis --json
node dist/cli.js all --json

# ── Bundle CLI as Windows .exe (Node.js SEA) ───────────────────────────

Expand Down
Loading