Skip to content

Commit 635effb

Browse files
committed
Fix TS on CI
1 parent bcd1b97 commit 635effb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/continuous-integration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
cache: 'pnpm'
1414
- run: pnpm install
1515
- run: pnpm run test
16+
- run: pnpm run typecheck
1617
# FIXME: To be reactivated
1718
# - run: pnpm run lint
18-
- run: pnpm run tsc --noEmit
1919
# - run: pnpm run smoke cjs 19.0.0
2020
# - run: pnpm run smoke esm 19.0.0
2121
# - run: pnpm run smoke cjs latest

0 commit comments

Comments
 (0)