Skip to content

Commit

Permalink
fix usage of global tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
avifenesh committed Jun 2, 2024
1 parent 2668c6b commit ee27955
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,8 @@ jobs:
working-directory: ./utils
run: |
npm install
tsc
npm install -g typescript
npx tsc ./tsconfig.json
- name: Check if RC and set a distribution tag for the package
shell: bash
Expand Down

0 comments on commit ee27955

Please sign in to comment.