#!/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