Skip to content

Commit 1f2daaa

Browse files
committed
add dummy prepush hook for lfs
1 parent 747ec17 commit 1f2daaa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

lefthook.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,9 @@ pre-commit:
4040
query-embeddings:
4141
glob: "src/embeddings/queries/*.json"
4242
run: bun scripts/check-query-embeddings.ts
43+
44+
# Enable pre-push hook so lefthook runs git-lfs pre-push automatically
45+
pre-push:
46+
commands:
47+
placeholder:
48+
run: "true"

0 commit comments

Comments
 (0)