From 088c37825f112192f4d622a5126c561e629ac35a Mon Sep 17 00:00:00 2001 From: Laszlo Szikszai Date: Mon, 24 Oct 2022 08:22:24 +0200 Subject: [PATCH] Updated dependencies --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 0d63abf..75fac8e 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npm lint +npm run lint