From 8f309143e9ebffc768d7a342ac722c95f1deeb6b Mon Sep 17 00:00:00 2001 From: Mihajlo Date: Tue, 10 May 2022 12:37:50 +0200 Subject: [PATCH] chore: comment --- .git-hooks/pre-commit | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.git-hooks/pre-commit b/.git-hooks/pre-commit index 8f1c776..01016fa 100755 --- a/.git-hooks/pre-commit +++ b/.git-hooks/pre-commit @@ -1,5 +1,7 @@ #!/bin/sh +# We make this command run without printing to console, because if it does, it prevents `commit-msg` error to be shown when commiting +# trough VS Code npm run --silent lint:fix exit 0 \ No newline at end of file