mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2024-11-04 17:00:07 -08:00
5 lines
68 B
Bash
Executable File
5 lines
68 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn commitlint --edit $1
|