Skip to content

Commit b73cd8e

Browse files
authored
chore: improve ci (#619)
1 parent 5f1aac9 commit b73cd8e

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
@@ -12,7 +12,7 @@ import {
1212
} from './parse-vitest-fn-call'
1313
import { RuleRecommendation, RuleRecommendationAcrossConfigs } from '@typescript-eslint/utils/ts-eslint'
1414

15-
interface PluginDocs {
15+
export interface PluginDocs {
1616
recommended?: boolean
1717
requiresTypeChecking?: boolean
1818
extendsBaseRule?: boolean | string;

0 commit comments

Comments
 (0)