forked from M3-Academy/m3-academy-template-checkout
5 lines
68 B
Bash
5 lines
68 B
Bash
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn commitlint --edit $1
|