Skip to content

Commit

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

0 comments on commit 81b1d3e

Please sign in to comment.