Skip to content

Commit

Permalink
ci: update pkg-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Sep 5, 2024
1 parent 6d3ba12 commit e3fe79d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/pkg-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
- name: Checkout branch
uses: actions/checkout@v4

- run: corepack enable
- uses: actions/setup-node@v4
- uses: oven-sh/setup-bun@v2
with:
node-version: 20
cache: "pnpm"
bun-version: latest

- name: Install dependencies
run: pnpm install
run: bun install

- name: Build
run: pnpm build
run: bun run build

- run: pnpx pkg-pr-new publish './packages/*'
- run: bunx pkg-pr-new publish './packages/*'

0 comments on commit e3fe79d

Please sign in to comment.