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 b3d661e commit 28215c1Copy full SHA for 28215c1
.github/workflows/ci.yml
@@ -51,6 +51,7 @@ jobs:
51
verification-script:
52
- pnpm --filter '!*typescript*' build
53
- pnpm --filter '*typescript*' build
54
+ - pnpm --filter '*typescript*' type-check
55
- pnpm --filter '*vitest*' test:unit
56
- pnpm --filter '*eslint*' lint --no-fix --max-warnings=0
57
- pnpm --filter '*prettier*' format --write --check
0 commit comments