Skip to content

Commit ef6856e

Browse files
committed
ci: check typings for all files
1 parent a933b2f commit ef6856e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: pnpm run check
3434

3535
- name: Check typing
36-
run: pnpm tsc -p tsconfig.lib.json --noEmit
36+
run: pnpm tsc -p tsconfig.json --noEmit
3737

3838
- name: Run tests with coverage
3939
run: pnpm coverage
@@ -45,4 +45,3 @@ jobs:
4545
with:
4646
github-token: ${{ secrets.GITHUB_TOKEN }}
4747
flag-name: node-${{ matrix.node-version }}
48-

0 commit comments

Comments
 (0)