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 c713fd5 commit f9db1bdCopy full SHA for f9db1bd
.github/workflows/ci.yml
@@ -26,5 +26,6 @@ jobs:
26
node-version: 20
27
cache: "pnpm"
28
- run: pnpm install
29
+ - run: pnpm run build
30
- run: pnpm run type-check
31
- run: pnpm run test
.github/workflows/lint.yml
@@ -18,5 +18,5 @@ jobs:
18
19
20
21
- - run: pnpm build
22
- - run: pnpm type-check
+ - run: pnpm run type-check
0 commit comments