Skip to content

Commit

Permalink
fix: build-test-publish-on-push typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis authored Oct 18, 2023
1 parent a693df2 commit be7371b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
node-version: 18
cache: 'pnpm'
- run: pnpm install
- run: pnpm run build:js
- run: pnpm run -r build:js
- run: pnpm run test
- name: 'Setup git coordinates'
run: |
Expand Down

0 comments on commit be7371b

Please sign in to comment.