Skip to content

Commit

Permalink
ci: improves naming of typescript generation step.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcornish committed Sep 14, 2023
1 parent 4e764d7 commit 4de041f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Run all tests
run: scripts/test

- name: Generate types
- name: Generate TypeScript types
run: npm run generate

- name: Upload site
Expand Down

0 comments on commit 4de041f

Please sign in to comment.