mirror of
https://gitee.com/la-vie/console-pro-free.git
synced 2025-01-13 14:31:58 +00:00
5 lines
71 B
Bash
5 lines
71 B
Bash
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx --no-install lint-staged
|