unity-builder/.husky/pre-commit

9 lines
129 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
# Check changed files
yarn lint-staged
# Compile the action
yarn build ; git add dist