Skip to content

Commit 0880082

Browse files
authored
chore(ci): resolve changed script name
1 parent e02a536 commit 0880082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- run: yarn install
2626
if: steps.cache-node.outputs.cache-hit != 'true'
2727
- run: yarn lint
28-
- run: yarn typescript
28+
- run: yarn typecheck
2929
- run: yarn test --coverage
3030
- run: yarn prepare

0 commit comments

Comments
 (0)