Skip to content

Commit f9c269f

Browse files
committedNov 7, 2024·
chore: update ci script
1 parent 50ff48a commit f9c269f

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
@@ -51,7 +51,7 @@ jobs:
5151
- run: pnpm test:types
5252
if: ${{ matrix.os != 'windows-latest' }}
5353
- run: pnpm build
54-
- run: pnpm vitest-es --coverage
54+
- run: pnpm vitest --coverage
5555
env:
5656
NODE_OPTIONS: --experimental-vm-modules --enable-source-maps
5757
# - uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)
Please sign in to comment.