Skip to content

Commit cf7b3ce

Browse files
committed
run tsc
1 parent 91d046e commit cf7b3ce

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
cache: pnpm
2525
- run: pnpm install
2626
- run: pnpm lint
27+
# TODO
28+
# - run: pnpm tsc
2729

2830
build:
2931
runs-on: ubuntu-latest
@@ -45,4 +47,5 @@ jobs:
4547
node-version: ${{ matrix.node-version }}
4648
cache: pnpm
4749
- run: pnpm install
50+
- run: pnpm tsc
4851
- run: pnpm test

0 commit comments

Comments
 (0)