5 lines
145 B
Bash
Executable file
5 lines
145 B
Bash
Executable file
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
# Run the linter, and all our tests.
|
|
yarn lint --max-warnings=0 --fix && bin/rake test spec
|