Skip to content

Commit

Permalink
Add pnpm install step to build process
Browse files Browse the repository at this point in the history
  • Loading branch information
fayeed committed Mar 21, 2024
1 parent 9127e60 commit 8abdc81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ jobs:
restore-keys: ${{ runner.os }}-cargo

- run: rustup target add wasm32-unknown-unknown
- run: pnpm install
- run: cd core && pnpm install && pnpm build && cd ../
- run: cd executor && pnpm build && cd ../
- run: cargo install cargo-workspaces || echo "cargo-workspaces already installed"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ jobs:
key: ${{ runner.os }}-cargo
restore-keys: ${{ runner.os }}-cargo
- run: rustup target add wasm32-unknown-unknown
- run: pnpm install
- run: cd core && pnpm install && pnpm build && cd ../
- run: cd executor && pnpm build && cd ../
- run: cargo install cargo-workspaces || echo "cargo-workspaces already installed"
Expand Down

0 comments on commit 8abdc81

Please sign in to comment.