init monorepo
This commit is contained in:
8
apps/web/.husky/commit-msg
Executable file
8
apps/web/.husky/commit-msg
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# shellcheck source=./_/husky.sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
PATH="/usr/local/bin:$PATH"
|
||||
|
||||
pnpm dlx commitlint --edit "$1"
|
||||
Reference in New Issue
Block a user