git-backporting/.husky/pre-commit
Andrea Lamparelli 886fab70b3 feat: rebasing
feat: backport open prs
2023-01-05 11:36:19 +01:00

4 lines
115 B
Bash
Executable file

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run lint && npm run build && git add dist && rm -rf build