From daf498b689eb925932450b745527402146d268e2 Mon Sep 17 00:00:00 2001 From: Piotr Idzik Date: Mon, 4 Mar 2024 18:25:51 +0000 Subject: [PATCH] chore: use `check-style` in --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 35ea7e3c08..037dbe870a 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,5 +1,5 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npm run style +npm run check-style npm run test