Skip to content

Commit

Permalink
use npx to run typescript compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcphers committed Dec 10, 2024
1 parent a3ffee1 commit a0d1e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/positron-python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -406,5 +406,5 @@ jobs:
- name: Run smoke tests
env:
POSITRON_GITHUB_PAT: ${{ github.token }}
run: npm run tsc && node ./out/test/smokeTest.js
run: npx tsc && node ./out/test/smokeTest.js
if: matrix.test-suite == 'smoke'

0 comments on commit a0d1e1d

Please sign in to comment.