https://github.com/angular/angular
Raw File
Tip revision: 7cd79b8e01c5d99fabab6439beb9c63078102f2e authored by Paul Gschwendtner on 21 April 2022, 13:45:42 UTC
build: updates to account for github primary branch rename [v11] (#45718)
Tip revision: 7cd79b8
commit-msg
#!/bin/sh
. "$(dirname $0)/_/husky.sh"

yarn -s ng-dev commit-message pre-commit-validate --file $1;
back to top