mirror of
https://github.com/doocs/md.git
synced 2024-11-25 03:18:36 +08:00
5 lines
55 B
Plaintext
5 lines
55 B
Plaintext
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
npm run lint
|