We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e59816 commit 4ef1d35Copy full SHA for 4ef1d35
2 files 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
package.json
@@ -24,6 +24,7 @@
24
"globals": "^17.2.0",
25
"make-fetch-happen": "^15.0.3",
26
"npm-run-all": "^4.1.5",
27
+ "pkg-pr-new": "^0.0.65",
28
"prettier": "^3.7.4",
29
"tsdown": "^0.20.1",
30
"typescript": "^5.3.3",
0 commit comments