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 ea286d2 commit cde2b1aCopy full SHA for cde2b1a
.github/workflows/test.yml
@@ -24,6 +24,6 @@ jobs:
24
with:
25
node-version: ${{ matrix.node-version }}
26
- run: npm ci
27
- - run: npm typecheck
+ - run: npm run typecheck
28
- run: npm run build --if-present
29
- run: npm test
0 commit comments