angular-docs-cn/.husky/commit-msg
2021-04-05 12:11:12 -04:00

5 lines
101 B
Bash

#!/bin/sh
. "$(dirname $0)/_/husky.sh"
yarn -s ng-dev commit-message pre-commit-validate --file $1;