mirror of
https://gitee.com/la-vie/console-pro-free.git
synced 2026-06-29 12:16:51 +00:00
5 lines
71 B
Bash
5 lines
71 B
Bash
|
|
#!/bin/sh
|
||
|
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
|
||
|
|
npx --no-install lint-staged
|