mirror of
https://gitee.com/ShopeX/ECShopX_admin-frontend
synced 2026-05-13 18:05:56 +08:00
5 lines
80 B
Bash
Executable File
5 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx --no-install commitlint --edit ""
|