mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-05 04:25:49 +08:00
5 lines
84 B
Bash
Executable File
5 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx --no-install commitlint --edit "${1}"
|