mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-12-27 06:25:47 +08:00
b7928aae24
This commit renames the eslint npm command so that it is consistent with the naming used for the other commands.
7 lines
91 B
Bash
Executable File
7 lines
91 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npm test
|
|
npm run lint
|
|
npx lint-staged
|