Skip to content

Commit 0e96caf

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

File tree

3 files changed

+291
-1
lines changed

3 files changed

+291
-1
lines changed

.github/workflows/ci.yml

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

59+
- name: pkg-pr-new - publish for testing purposes
60+
run: npx pkg-pr-new publish --compact
61+
5962
env:
6063
CI: true
64+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6165

6266
lint:
6367
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)