From: Joe Workman Date: Fri, 18 Aug 2023 01:14:26 +0000 (-0700) Subject: chore: husky test before push X-Git-Tag: v6.8.0^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba02bed5d4aed2ff7a4135f5b5bd81376dd76295;p=thirdparty%2Ffoundation%2Ffoundation-sites.git chore: husky test before push --- diff --git a/.husky/pre-push b/.husky/pre-push index 9cbf8a55b..12ae636a0 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -2,3 +2,5 @@ . "$(dirname -- "$0")/_/husky.sh" # node "$(dirname -- "$0")/husky-push-test.js --color + +yarn test \ No newline at end of file