Skip to content

Commit

Permalink
fix: whoops, deleted build step by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
trevormunoz committed Jul 30, 2024
1 parent 821af09 commit 0c104f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Install dependencies and build
run: |
npm ci
npm run build
- name: Check for gatsby-types.d.ts
run: |
ls -l src/gatsby-types.d.ts
Expand Down

0 comments on commit 0c104f6

Please sign in to comment.