Skip to content

Commit cde2b1a

Browse files
committed
fix ci run typecheck #37
1 parent ea286d2 commit cde2b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- run: npm ci
27-
- run: npm typecheck
27+
- run: npm run typecheck
2828
- run: npm run build --if-present
2929
- run: npm test

0 commit comments

Comments
 (0)