Skip to content

Commit

Permalink
feat: add pkg.pr.new for continuous release
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielelpidio committed Jan 21, 2025
1 parent ef795d4 commit 2d7ab39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ jobs:
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm build && pnpm build:cjs
- run: pnpx pkg-pr-new publish --compact './packages/*'
- run: pnpm lint
- run: pnpm test

check-winston-example:
name: Check Winston example
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2d7ab39

Please sign in to comment.