Skip to content

Commit 420f01b

Browse files
committed
fix: add tags for easy local overrides
1 parent 4565220 commit 420f01b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ debug-storybook.log
4242
storybook-static
4343
coverage
4444
.turbo
45-
.langgraph_api
45+
.langgraph_api
46+
lefthook.local.yml

lefthook.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,26 @@ pre-commit:
1212
parallel: true
1313
commands:
1414
lint-fix:
15+
tags: lint
1516
run: pnpm run lint --fix && pnpm run format
1617
stage_fixed: true
1718
test:
19+
tags: test
1820
env:
1921
NX_TUI: "false"
2022
run: pnpm run test
2123
check-packages:
24+
tags: packages
2225
env:
2326
NX_TUI: "false"
2427
run: pnpm run check:packages
2528
sync-lockfile:
29+
tags: lockfile
2630
run: pnpm i --lockfile-only
2731
stage_fixed: true
2832

2933
commit-msg:
3034
commands:
3135
commitlint:
36+
tags: commitlint
3237
run: pnpm commitlint --edit {1}

0 commit comments

Comments
 (0)