Skip to content

Commit 08f02d7

Browse files
committedFeb 21, 2024·
chore: update ci script
1 parent 3a932b8 commit 08f02d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: pnpm install
2525
- run: pnpm lint
2626
if: matrix.os == 'ubuntu-latest'
27-
- run: test:types
27+
- run: pnpm test:types
2828
if: matrix.os == 'ubuntu-latest'
2929
- run: pnpm build
3030
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)
Please sign in to comment.