Skip to content

Commit 65736cc

Browse files
Update copilot-setup-steps.yml
1 parent a74a48c commit 65736cc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ jobs:
8585
fi
8686
8787
# ---------- Type checking ----------
88-
- name: Type check
89-
run: npm run type-check
88+
# - name: Type check
89+
# run: npm run type-check
9090

91-
- name: Save type-check errors to JSON (PowerShell script with Linux fallback)
92-
run: |
93-
npm run type-check:save || pwsh -File ./scripts/collect-type-errors.ps1
94-
shell: bash
91+
# - name: Save type-check errors to JSON (PowerShell script with Linux fallback)
92+
# run: |
93+
# npm run type-check:save || pwsh -File ./scripts/collect-type-errors.ps1
94+
# shell: bash
9595

9696
# ---------- Next.js MCP warm start (guarded) ----------
9797
- name: Warm-start Next.js dev server (time-boxed)

0 commit comments

Comments
 (0)