From e2daf277878e1edabd591724d4c46934930c3226 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 1 Mar 2026 11:27:25 +0000 Subject: [PATCH] chore: restore pre-commit hook --- .husky/pre-commit | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 039e4d006..05e5a61bd 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,2 +1,5 @@ #!/bin/sh -exit 0 +. "$(dirname "$0")/_/husky.sh" + +cd packages/pl-api && pnpm precommit && cd - +cd packages/nicolium && pnpm precommit && cd -