mirror of
https://github.com/thelittlerocket/zero-ui.git
synced 2024-12-27 01:14:34 +08:00
4 lines
68 B
Bash
Executable file
4 lines
68 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn commitlint --edit $1
|