forked from mirrored/github-readme-stats
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
|