Skip to content

Commit

Permalink
Update lefthook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dong77 committed Jul 27, 2023
1 parent e795a09 commit fc22d37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
pre-commit:
parallel: true
commands:
bridge-ui:
glob: "packages/bridge-ui/**.{js,svelte,ts}"
run: pnpm -F bridge-ui lint:fix && git add {staged_files}
# bridge-ui:
# glob: "packages/bridge-ui/**.{js,svelte,ts}"
# run: pnpm -F bridge-ui lint:fix && git add {staged_files}
# bridge-ui-v2:
# glob: "packages/bridge-ui-v2/**.{js,ts,css,svelte}"
# run: pnpm -F bridge-ui-v2 svelte:check && pnpm -F bridge-ui-v2 lint:fix && git add {staged_files}
Expand Down

0 comments on commit fc22d37

Please sign in to comment.