Skip to content

Commit a8685a4

Browse files
committed
add more steps
1 parent 101440a commit a8685a4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
types: [opened, synchronize, reopened]
1010

11+
1112
jobs:
1213
publish-preview:
1314
runs-on: ubuntu-latest
@@ -25,11 +26,19 @@ jobs:
2526
node-version: 24
2627
cache: "npm"
2728

29+
- name: Setup Bun
30+
uses: oven-sh/setup-bun@v2
31+
with:
32+
bun-version: latest
33+
2834
- name: Install dependencies
2935
run: npm ci
3036

3137
- name: Build packages
3238
run: npm run build
3339

40+
- name: Resolve workspace dependencies
41+
run: npx tsx .github/resolve-workspace-versions.ts
42+
3443
- name: Publish to pkg.pr.new
3544
run: npx pkg-pr-new publish './packages/sandbox'

0 commit comments

Comments
 (0)