mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-09 13:24:38 +00:00
5 lines
62 B
Text
5 lines
62 B
Text
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
npm run lint-staged
|