#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

# to skip this use `git commit -a -m "foo" --no-verify` flag
npm test
