Skip to content

Commit

Permalink
modify workflow for alpha npm to build crypto first
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed Aug 27, 2024
1 parent 621d0f9 commit aa42c86
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/alpha-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,16 @@ jobs:
node ./scripts/bump-workspace.mjs --prerelease=$ALPHA_PRERELEASE
shell: bash

- name: Build the crypto package first
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
run: pnpm --filter @web5/crypto build

- name: Build all workspace packages
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
run: pnpm --recursive --stream build

- name: Publish selected @web5/* packages
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Expand Down

0 comments on commit aa42c86

Please sign in to comment.