From 59e3edf4b3be5185ddf4e96df038e61560608bd0 Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Tue, 10 May 2022 11:42:35 +0100 Subject: [PATCH] Update pre-commit --- .git-hooks/pre-commit | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.git-hooks/pre-commit b/.git-hooks/pre-commit index 01016fa..a7262ae 100755 --- a/.git-hooks/pre-commit +++ b/.git-hooks/pre-commit @@ -1,7 +1,6 @@ #!/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 +# Silent mode prevents `commit-msg` err in log window npm run --silent lint:fix -exit 0 \ No newline at end of file +exit 0