mirror of
https://gitee.com/ShopeX/ECShopX_admin-frontend
synced 2026-08-06 04:46:24 +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
|