aboutsummaryrefslogtreecommitdiffhomepage
path: root/.husky/commit-msg
blob: 61f50fe3634144e4deb95371260fb0e219d289f2 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

if [ $(git branch --no-color | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/') = "master" ] && [ $(git remote get-url origin) = "https://github.com/monkeytypegame/monkeytype" ]; then
  npx --no -- commitlint --edit ${1}
fi