Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 25fcfdf

Browse files
committed
ci: fix pkg-pr-new
1 parent 8ff76b8 commit 25fcfdf

File tree

2 files changed

+48
-799
lines changed

2 files changed

+48
-799
lines changed

.github/workflows/pkg-pr-new.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
on:
22
pull_request:
3-
paths:
4-
- packages/**
53

64
jobs:
75
publish:
@@ -10,11 +8,6 @@ jobs:
108
- uses: actions/checkout@v4
119
- run: corepack enable
1210
- uses: actions/setup-node@v4
13-
- run: yarn install
14-
- run: yarn build
15-
- run: yarn install # re-install to detect CLIs
16-
# create examples
17-
- run: ./node_modules/.bin/create-actor --platform nodejs --template chat-room templates/chat-room
18-
- run: ./node_modules/.bin/create-actor --platform nodejs --template counter templates/counter
19-
# TODO: Add --compact once we publish them to npm
20-
- run: yarn dlx pkg-pr-new publish 'packages/**/platforms/*' 'packages/*' 'packages/frameworks/*' --template './templates/*' --packageManager yarn
11+
- run: pnpm install
12+
- run: pnpm build
13+
- run: pnpm dlx pkg-pr-new publish 'packages/*' 'packages/**/platforms/*' 'packages/frameworks/*' 'packages/drivers/*' --packageManager pnpm

0 commit comments

Comments
 (0)