Skip to content

Commit 8e67833

Browse files
committed
ci: update build command in GitHub Actions workflow to use recursive option
1 parent aeb4bfa commit 8e67833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
node-version: 20
2929
cache: "pnpm"
3030
- run: pnpm install -frozen-lockfile
31-
- run: pnpm build
31+
- run: pnpm --if-present --recursive build
3232
- run: pnpm test

0 commit comments

Comments
 (0)