Skip to content

Commit eef7666

Browse files
committed
chore: improve ci
1 parent cb50e0a commit eef7666

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@ jobs:
4242
- name: test
4343
run: pnpm test:ci
4444

45+
- name: build
46+
run: pnpm build
47+
4548
- name: typecheck
4649
run: pnpm tsc

src/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
ParsedExpectVitestFnCall
1212
} from './parse-vitest-fn-call'
1313

14-
interface PluginDocs {
14+
export interface PluginDocs {
1515
recommended?: boolean
1616
requiresTypeChecking?: boolean
1717
}

0 commit comments

Comments
 (0)