Skip to content

Commit

Permalink
Use yarn instead npm for examples pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hippocampus-web3 committed Sep 24, 2023
1 parent e677dd7 commit 3f07929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if [ -f "$dir/tsconfig.json" ]; then
echo "Building $dir"
cd $dir
npm install
yarn install
tsc
cd -
else
Expand Down

0 comments on commit 3f07929

Please sign in to comment.