Skip to content

Commit

Permalink
Fix npm command
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-shigueo committed Aug 7, 2024
1 parent ac854b7 commit d4de46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
cargo test --all-features
"{}" | Out-File bindings/tsconfig.json
cd bindings
npm -i -g typescript
npm i -g typescript
tsc --noEmit --noUnusedLocals --strict
cd ..
rm -r -fo bindings

0 comments on commit d4de46f

Please sign in to comment.