Skip to content

Commit defbbb5

Browse files
committed
fix(ci): use correct script name pnpm type-check
1 parent 5faa527 commit defbbb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434

3535
- run: pnpm install --frozen-lockfile
3636

37-
- run: pnpm typecheck
37+
- run: pnpm type-check
3838

3939
- run: pnpm test

0 commit comments

Comments
 (0)