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 be080d1 commit cc7daddCopy full SHA for cc7dadd
.github/workflows/ci.yml
@@ -56,8 +56,13 @@ jobs:
56
- name: yarn build
57
run: yarn build
58
59
+ - name: pkg-pr-new - publish for testing purposes
60
+ if: github.repository == 'chimurai/http-proxy-middleware'
61
+ run: npx pkg-pr-new publish --compact
62
+
63
env:
64
CI: true
65
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
67
lint:
68
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