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: