mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-10-09 21:25:55 +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
|