Skip to content

Commit

Permalink
Install all node dependencies at once
Browse files Browse the repository at this point in the history
  • Loading branch information
Systemcluster committed Aug 8, 2024
1 parent 4022efb commit 2aa2886
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@ jobs:
- run: |
cargo build -p wasm-bindgen-cli
ln -snf `pwd`/target/debug/wasm-bindgen $(dirname `which cargo`)/wasm-bindgen
- run: mv _package.json package.json && corepack pnpm install && rm package.json
- run: echo 'packages:\n - "examples/*"' > pnpm-workspace.yaml && sed -i -e 's/\\n/\n/g' pnpm-workspace.yaml
- run: mv _package.json package.json && corepack pnpm install -r && rm package.json
- run: |
function build() {
(cd examples/$1 &&
Expand Down

0 comments on commit 2aa2886

Please sign in to comment.