We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be080d1 commit 0e96cafCopy full SHA for 0e96caf
.github/workflows/ci.yml
@@ -56,8 +56,12 @@ jobs:
56
- name: yarn build
57
run: yarn build
58
59
+ - name: pkg-pr-new - publish for testing purposes
60
+ run: npx pkg-pr-new publish --compact
61
+
62
env:
63
CI: true
64
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65
66
lint:
67
name: Lint
package.json
@@ -82,6 +82,7 @@
82
"mockttp": "3.17.0",
83
"open": "8.4.2",
84
"patch-package": "8.0.0",
85
+ "pkg-pr-new": "0.0.41",
86
"prettier": "3.5.3",
87
"supertest": "7.1.0",
88
"ts-jest": "29.2.6",
0 commit comments