We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e59816 commit aaa1a13Copy full SHA for aaa1a13
1 file changed
.github/workflows/test.yml
@@ -40,6 +40,7 @@ jobs:
40
runs-on: ubuntu-latest
41
permissions:
42
id-token: write
43
+ pull-requests: write
44
steps:
45
- uses: actions/checkout@v6
46
@@ -53,6 +54,9 @@ jobs:
53
54
- name: Test build
55
run: npm run build
56
57
+ - name: Publish to pkg.pr.new
58
+ run: npx pkg-pr-new publish ./packages/*
59
+
60
- name: Pack all packages
61
run: npm pack --workspaces
62
0 commit comments