We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27569e4 + 44cf2da commit 99111a3Copy full SHA for 99111a3
2 files changed
.github/workflows/cli-build.yml
@@ -120,6 +120,10 @@ jobs:
120
working-directory: cli
121
run: node dist/cli.js usage-analysis --json
122
123
+ - name: Validate all command (batched data for Visual Studio extension)
124
+ working-directory: cli
125
+ run: node dist/cli.js all --json
126
+
127
- name: Build production bundle
128
129
run: npm run build:production
.github/workflows/visualstudio-build.yml
@@ -130,6 +130,7 @@ jobs:
130
run: |
131
node dist/cli.js chart --json
132
node dist/cli.js usage-analysis --json
133
+ node dist/cli.js all --json
134
135
# ── Bundle CLI as Windows .exe (Node.js SEA) ───────────────────────────
136
0 commit comments