We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3901879 commit ece3c8eCopy full SHA for ece3c8e
1 file changed
.github/workflows/ci.yml
@@ -58,4 +58,4 @@ jobs:
58
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
59
- run: npm i
60
- name: Typescript checks
61
- run: tsc --noEmit
+ run: npx tsc --noEmit
0 commit comments