Skip to content

Commit

Permalink
fix: testing committing from vscode extension
Browse files Browse the repository at this point in the history
  • Loading branch information
lposen committed Dec 12, 2024
1 parent cd1b004 commit 473578e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pre-commit:
glob: "*.{js,ts,jsx,tsx}"
run: npx eslint {staged_files}
types:
glob: "*.{js,ts,jsx,tsx}"
glob: "*.{js,ts,jsx, tsx}"
run: npx tsc
commit-msg:
parallel: true
Expand Down

0 comments on commit 473578e

Please sign in to comment.