8b712e7b64
This change addresses breaking changes that happened in husky which, as a result, didn't run properly since the update. Closes #7726
5 lines
82 B
Bash
Executable File
5 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx --no-install commitlint --edit "$1"
|