Skip to content

Commit

Permalink
udpate to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
shkangr committed Apr 22, 2024
1 parent bacb18c commit 4e2ac4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-bridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
working-directory: ./bridge
- run: yarn prettier --check src test
working-directory: ./bridge
- run: yarn tsc
- run: npm run build
working-directory: ./bridge
- run: yarn run coverage
- run: npm run coverage
working-directory: ./bridge
- run: bash <(curl -s https://codecov.io/bash)
name: codecov
Expand Down

0 comments on commit 4e2ac4f

Please sign in to comment.