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 1793389 commit e982943Copy full SHA for e982943
.github/workflows/lint.yml
@@ -19,4 +19,5 @@ jobs:
19
cache: "pnpm"
20
- if: ${{ steps.cache-node.outputs.cache-hit != 'true' }}
21
run: pnpm install
22
+ - run: pnpm build
23
- run: pnpm type-check
0 commit comments