From 795f6edbbe248d0e365f753337219874629e8cb4 Mon Sep 17 00:00:00 2001 From: sibiraj-s Date: Mon, 1 Mar 2021 07:49:37 +0530 Subject: [PATCH] chore: test lib before push --- .husky/pre-push | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.husky/pre-push b/.husky/pre-push index d1096ab1..8a4f17bb 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1,5 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npm run test +npm run build:lib +npm run test:lib