mirror of
https://gitee.com/ShopeX/ECShopX_admin-frontend
synced 2026-08-12 22:55:38 +08:00
5 lines
82 B
Bash
Executable File
5 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx --no-install commitlint --edit "$1"
|