mirror of
https://github.com/haveno-dex/haveno-ui.git
synced 2025-01-13 00:19:42 -05:00
5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
yarn commitlint --edit $1
|