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 b9f1047 commit 1fbc619Copy full SHA for 1fbc619
.github/workflows/ci.yml
@@ -27,6 +27,6 @@ jobs:
27
run: bun run test:unit
28
- name: Publish
29
if: github.event_name == 'pull_request'
30
- run: bun x pkg-pr-new publish
+ run: bun x pkg-pr-new publish './packages/*'
31
# TODO: upload coverage
32
# - name: Upload coverage
0 commit comments