We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd1b97 commit 635effbCopy full SHA for 635effb
.github/workflows/continuous-integration.yaml
@@ -13,9 +13,9 @@ jobs:
13
cache: 'pnpm'
14
- run: pnpm install
15
- run: pnpm run test
16
+ - run: pnpm run typecheck
17
# FIXME: To be reactivated
18
# - run: pnpm run lint
- - run: pnpm run tsc --noEmit
19
# - run: pnpm run smoke cjs 19.0.0
20
# - run: pnpm run smoke esm 19.0.0
21
# - run: pnpm run smoke cjs latest
0 commit comments