mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
45fcf1297a
* chore: remove un-needed packages * chore: add back husky * Update .husky/commit-msg Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> --------- Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
5 lines
80 B
Bash
Executable File
5 lines
80 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npx commitlint --edit "$1"
|