Files
ncd-fe/.husky/pre-commit
nicole mikołajczyk a284bfdfe1 didn't ask for this
lol
2026-03-01 12:58:44 +01:00

6 lines
134 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
cd packages/pl-api && pnpm precommit && cd -
cd packages/nicolium && pnpm precommit && cd -