From 502638a3cfad776b6f6e861f72bd0ece2ac7df98 Mon Sep 17 00:00:00 2001 From: corlys Date: Fri, 15 Oct 2021 20:15:26 +0700 Subject: [PATCH] fix: forgot to put it on pre-push hook https://github.com/typicode/husky/issues/850 --- .husky/pre-push | 1 + 1 file changed, 1 insertion(+) diff --git a/.husky/pre-push b/.husky/pre-push index 9dcd433..9af526b 100644 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1,5 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" +. "$(dirname "$0")/common.sh" yarn lint