Skip to content

Commit

Permalink
Attemp to fix alpha publish workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <[email protected]>
  • Loading branch information
frankhinek committed Mar 15, 2024
1 parent 5cc787a commit afa6e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpha-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
shell: bash

- name: Build all workspace packages
run: pnpm --recursive --stream build
run: pnpm --recursive --stream build:esm && pnpm --recursive --stream build:cjs && pnpm --recursive --stream build:browser

- name: Publish selected @web5/* packages
env:
Expand Down

0 comments on commit afa6e6d

Please sign in to comment.