Skip to content

Commit

Permalink
Types were not included in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx committed Apr 15, 2022
1 parent 7bd8092 commit f99fa04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
yarn bump ${GITHUB_REF#refs/tags/v}
- run: yarn tsc
- run: yarn build --skip-types
- run: yarn build
- if: startsWith(github.ref, 'refs/tags/v')
run: |
npm config set //registry.npmjs.org/:_authToken ${{secrets.NPM_AUTH_TOKEN}}
Expand Down

0 comments on commit f99fa04

Please sign in to comment.