From c7cc7808edbdc0415a84b8f63f0cb97136960103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Mur=C3=ADn?= <xmurin@fi.muni.cz> Date: Tue, 29 Oct 2024 13:43:46 +0100 Subject: [PATCH] Change husky commit check to ng lint --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 3332be5..3867a0f 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1 @@ -npm run prettier-check +npm run lint -- GitLab