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

npx lint-staged --allow-empty
npm run transpile
# dist/ is gitignored - not staged here
