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