Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 8f97f43

Browse files
committed
Use npx to ensure we're using the intended TS rather than an ambient one
1 parent 83d2a28 commit 8f97f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: lint
2323
run: npm run lint
2424
- name: compile typescript
25-
run: tsc
25+
run: npx tsc
2626
- name: test
2727
run: npm run test
2828
- name: generate coverage

0 commit comments

Comments
 (0)