From: Joe Workman Date: Fri, 18 Aug 2023 00:34:55 +0000 (-0700) Subject: husky test X-Git-Tag: v6.8.0^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=867530a4533a8dd2497bcaab397dca930b7688e0;p=thirdparty%2Ffoundation%2Ffoundation-sites.git husky test --- diff --git a/.huskyrc.yml b/.huskyrc.yml deleted file mode 100644 index cf0a820c1..000000000 --- a/.huskyrc.yml +++ /dev/null @@ -1,5 +0,0 @@ -hooks: - commit-msg: > - node ./script/husky-commit-lint.js --color -e $GIT_PARAMS - pre-push: - node ./script/husky-push-test.js --color