From a3d72bdcb412d9fd62658a34528fe883198523e1 Mon Sep 17 00:00:00 2001 From: Szymon Chmal Date: Mon, 3 Aug 2026 14:46:11 +0200 Subject: [PATCH] fix: use static Nx output in pre-push hooks --- lefthook.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lefthook.yml b/lefthook.yml index 10c473f3..533eeccb 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -11,7 +11,7 @@ pre-push: parallel: true commands: test: - run: pnpm nx affected -t test --base=origin/main --head=HEAD + run: pnpm nx affected -t test --base=origin/main --head=HEAD --outputStyle=static build: - run: pnpm nx affected -t build --base=origin/main --head=HEAD + run: pnpm nx affected -t build --base=origin/main --head=HEAD --outputStyle=static