Commit d9af2a0
committed
fix(ci): use npm exec for TypeScript type check
npx --prefix doesn't forward args correctly to tsc, causing it
to print help text and exit 1. npm exec with -- separator works.1 parent fab2455 commit d9af2a0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
0 commit comments