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 aeb4bfa commit 8e67833Copy full SHA for 8e67833
.github/workflows/tests.yml
@@ -28,5 +28,5 @@ jobs:
28
node-version: 20
29
cache: "pnpm"
30
- run: pnpm install -frozen-lockfile
31
- - run: pnpm build
+ - run: pnpm --if-present --recursive build
32
- run: pnpm test
0 commit comments