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 -