From 56bd43e9f3283c9cfd64a4364de7bbf9fc54c9b9 Mon Sep 17 00:00:00 2001 From: pinpong Date: Sat, 16 Sep 2023 16:58:26 +0200 Subject: [PATCH] updated husky --- .husky/pre-commit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 65d14a6..be35853 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,5 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -yarn lint-staged -- +yarn lint-staged +yarn test