We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9787607 commit b9f1047Copy full SHA for b9f1047
.github/workflows/ci.yml
@@ -25,5 +25,8 @@ jobs:
25
run: bun run build
26
- name: Unit tests
27
run: bun run test:unit
28
+ - name: Publish
29
+ if: github.event_name == 'pull_request'
30
+ run: bun x pkg-pr-new publish
31
# TODO: upload coverage
32
# - name: Upload coverage
0 commit comments