Skip to content

Commit

Permalink
chore: run types script on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Aug 6, 2024
1 parent 6489f2e commit 15aa14d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:

- run: npm test

- run: npm run types

- run: npx semantic-release
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ jobs:
- run: npm run build

- run: npm test

- run: npm run types

0 comments on commit 15aa14d

Please sign in to comment.