Skip to content

Commit 99111a3

Browse files
authored
Merge branch 'main' into team-dashboard
2 parents 27569e4 + 44cf2da commit 99111a3

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/cli-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ jobs:
120120
working-directory: cli
121121
run: node dist/cli.js usage-analysis --json
122122

123+
- name: Validate all command (batched data for Visual Studio extension)
124+
working-directory: cli
125+
run: node dist/cli.js all --json
126+
123127
- name: Build production bundle
124128
working-directory: cli
125129
run: npm run build:production

.github/workflows/visualstudio-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ jobs:
130130
run: |
131131
node dist/cli.js chart --json
132132
node dist/cli.js usage-analysis --json
133+
node dist/cli.js all --json
133134
134135
# ── Bundle CLI as Windows .exe (Node.js SEA) ───────────────────────────
135136

0 commit comments

Comments
 (0)