mirror of
https://github.com/teableio/teable
synced 2024-11-23 07:51:00 +00:00
4 lines
67 B
Plaintext
4 lines
67 B
Plaintext
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
yarn commitlint --edit $1
|