diff --git a/lefthook.yml b/lefthook.yml index 5388ff890..c0c380217 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -3,12 +3,13 @@ pre-commit: commands: format: run: node_modules/.bin/prettier --write '{staged_files}' && git add '{staged_files}' - lint: - run: npm run lint typecheck: run: npm run typecheck pre-push: + parallel: true commands: "unit tests": run: npm test + lint: + run: npm run lint