Skip to content

Commit 713daeb

Browse files
committed
remove pnpm install on post-checkout and post-merge in main lefthook.yml; fix typo in .gitignore
1 parent adf92ca commit 713daeb

2 files changed

Lines changed: 3 additions & 12 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ dist/
5353
# Conformance test results
5454
results/
5555

56-
.lefthook-local.yml
56+
# Ignore local lefthook configuration
57+
lefthook-local.yml

lefthook.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,4 @@ pre-push:
3434
run: pnpm run build:all
3535
fail_text: |
3636
💡 To catch build issues earlier, enable the pre-commit hook:
37-
cp lefthook-local.example.yml lefthook-local.yml
38-
39-
post-checkout:
40-
jobs:
41-
- name: 'Install Dependencies'
42-
run: pnpm install
43-
44-
post-merge:
45-
jobs:
46-
- name: 'Install Dependencies'
47-
run: pnpm install
37+
cp lefthook-local.example.yml lefthook-local.yml

0 commit comments

Comments
 (0)