mirror of
https://gitee.com/ShopeX/ECShopX_admin-frontend
synced 2026-08-18 03:15:35 +08:00
5 lines
71 B
Bash
Executable File
5 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx --no-install lint-staged
|