Skip to content

Commit

Permalink
fix: add debugging step for types in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
trevormunoz committed Jul 30, 2024
1 parent a925d43 commit 937095f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@ jobs:
run: |
npm ci
npm run build
- name: Check for gatsby-types.d.ts
run: |
ls -l src/gatsby-types.d.ts
cat src/gatsby-types.d.ts | head -n 20
- name: Run TypeScript check
run: npm run check

0 comments on commit 937095f

Please sign in to comment.