From 07a5c75681d57f7e2d93d74ce5e83810ff477108 Mon Sep 17 00:00:00 2001 From: AmauryD Date: Tue, 28 May 2024 22:21:10 +0200 Subject: [PATCH] only lint --- lefthook.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lefthook.yml b/lefthook.yml index 48f275e..17eef4e 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -5,9 +5,12 @@ # pre-push: commands: - test: + lint: tags: frontend - run: pnpm ember test --filter "!Acceptance" + run: pnpm lint + glint: + tags: frontend + run: pnpm glint # pre-commit: # parallel: true # commands: