use coverage in publish script

This commit is contained in:
Dexter 2021-12-14 13:16:41 +00:00
parent 353e7c8991
commit c7dddd5dc5

View File

@ -31,7 +31,7 @@ jobs:
yarn build
- name: Test
run: |
yarn test
yarn test:coverage
- name: Push release to npm (public)
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}