Skip to content

Commit cc7dadd

Browse files
committed
ci(pkg-pr-new): publish package for testing purposes
1 parent be080d1 commit cc7dadd

File tree

3 files changed

+292
-1
lines changed

3 files changed

+292
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,13 @@ jobs:
5656
- name: yarn build
5757
run: yarn build
5858

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+
5963
env:
6064
CI: true
65+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6166

6267
lint:
6368
name: Lint

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"mockttp": "3.17.0",
8383
"open": "8.4.2",
8484
"patch-package": "8.0.0",
85+
"pkg-pr-new": "0.0.41",
8586
"prettier": "3.5.3",
8687
"supertest": "7.1.0",
8788
"ts-jest": "29.2.6",

0 commit comments

Comments
 (0)