mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-02-10 06:55:18 +00:00
5 lines
84 B
Bash
Executable File
5 lines
84 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npx --no -- commitlint --edit
|