mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
5 lines
55 B
Bash
5 lines
55 B
Bash
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npm run lint
|