5 lines
128 B
Bash
Executable File
5 lines
128 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npx echo-cli "\033[0;34m>>> Linting the code\033[0m"
|
|
npm run --silent lint |