chore: add coverage script

This commit is contained in:
2024-09-16 23:15:45 +03:00
parent 89dc43c73d
commit ae64db846f
2 changed files with 3 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ jobs:
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
release-type: node
target-branch: master
publish:
needs: release
@@ -58,6 +59,6 @@ jobs:
- run: npm i -g pnpm
- run: pnpm run ci
- run: pnpm build
- run: cd build && npm publish
- run: cd dist && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}