unity-builder/.husky/pre-commit

7 lines
90 B
Bash

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx lint-staged
yarn build
git add dist/index.*