Skip to content

Commit e5991bf

Browse files
authored
[infra] Add --peerDeps to pkg.pr.new publish command (#1882)
1 parent ca41041 commit e5991bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
- run: pnpm validate-declarations
3838
- name: Publish to pkg-pr-new
3939
if: matrix.os == 'ubuntu-latest'
40-
run: pnpm dlx pkg-pr-new publish './packages/react' --compact --pnpm
40+
run: pnpm dlx pkg-pr-new publish './packages/react' --compact --pnpm --peerDeps

0 commit comments

Comments
 (0)