Skip to content

Commit

Permalink
Update pnpm build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
leordev committed Mar 28, 2024
1 parent ab82801 commit 9a2d811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Build all workspace packages
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm --recursive --stream build:esm && pnpm --recursive --stream build:cjs
run: pnpm --recursive --stream build

- name: Check @web5/api Release Flow
id: check_api_release
Expand Down

0 comments on commit 9a2d811

Please sign in to comment.