From 8b402b0771371de5689c2a4b9fc1e30b6969d34d Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Thu, 10 Sep 2026 08:18:11 +0000 Subject: [PATCH] refactor: replace -s flag with --silent in husky prepare-commit-msg script This fixes an issue with pnpm 12 --- .husky/prepare-commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/prepare-commit-msg b/.husky/prepare-commit-msg index 2333b7b798c0..f4598b6d1b6e 100755 --- a/.husky/prepare-commit-msg +++ b/.husky/prepare-commit-msg @@ -1 +1 @@ -pnpm -s ng-dev commit-message restore-commit-message-draft $1 $2; +pnpm --silent ng-dev commit-message restore-commit-message-draft $1 $2;