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