angular-cn/.husky/pre-commit

5 lines
70 B
Plaintext
Raw Normal View History

#!/bin/sh
. "$(dirname $0)/_/husky.sh"
yarn -s ng-dev format staged;