mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-07-19 02:18:16 +00:00
7 lines
92 B
Bash
Executable File
7 lines
92 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npm test
|
|
npm run lints
|
|
npx lint-staged
|