From b5e36da7cd6bb82402573076b2051ccaa4d8de15 Mon Sep 17 00:00:00 2001 From: Dmitry Kisler Date: Mon, 16 Oct 2023 16:35:49 +0200 Subject: [PATCH] chore: trial Signed-off-by: Dmitry Kisler --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 07915ca..422df14 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,7 +1,7 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npm run lint || npm install && npm run lint +npm run lint || (npm install && npm run lint) npm run test npm run build && git add dist/ #ff \ No newline at end of file