git-backporting/.husky/pre-commit
Andrea Lamparelli 710d79fff8
feat(open-pr): allow open pull requests backporting
* [ISSUE-18] allow open pull requests backporting
2023-01-04 15:05:54 +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