Skip to content

Commit c37956a

Browse files
Update .github/workflows/copilot-setup-steps.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ec136be commit c37956a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Save type-check errors to JSON (PowerShell script)
7171
run: |
72-
# Try your exact script (calls `powershell ...`), then fall back to pwsh
72+
# Run npm script first; if it fails, fall back to direct PowerShell execution
7373
npm run type-check:save || pwsh -File ./scripts/collect-type-errors.ps1
7474
shell: bash
7575

0 commit comments

Comments
 (0)