mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
cc509d609f
Update to husky version 5.0.0 to better support windows usage. PR Close #39739
5 lines
106 B
Bash
Executable File
5 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname $0)/_/husky.sh"
|
|
|
|
yarn -s ng-dev commit-message restore-commit-message-draft $1 $2;
|