Skip to content

Commit

Permalink
chore: add build step to preview-release
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielelpidio committed Jan 21, 2025
1 parent 6cf391f commit e1a5bac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
with:
node-version: 20.x
cache: 'pnpm'
- run: pnpm run build --filter='./packages/*' && pnpm run build:cjs --filter='./packages/*'
- run: pnpx pkg-pr-new publish './packages/*'

check-winston-example:
Expand Down

0 comments on commit e1a5bac

Please sign in to comment.