Skip to content

Commit d6d0a27

Browse files
committed
ci: change test command to coverage in npm-publish workflow
1 parent 32bb94f commit d6d0a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: pnpm install
4343

4444
- name: Test Package
45-
run: pnpm run test
45+
run: pnpm run coverage
4646

4747
- name: Build Package
4848
run: pnpm run build

0 commit comments

Comments
 (0)