mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2025-01-12 13:41:40 +08:00
6c92fe9d2a
* eslint integration * ci & pre commit * dev * dev * dev
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
|