mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-05-26 16:00:52 +00: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
|