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

npm test
npm run-script build_babel
npm run-script lint
npm run-script prettier-format
# Commit will be aborted for testing the hook purposes
# exit 1 
