Skip to content

Commit

Permalink
chore: test and generate types on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Sep 23, 2024
1 parent 63b9c26 commit 2c395d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: npm test
run: npm test

- name: npm types
run: npm run types

- name: npx semantic-release
run: npx semantic-release
env:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ jobs:

- name: npm test
run: npm test

- name: npm types
run: npm run types

0 comments on commit 2c395d4

Please sign in to comment.