Skip to content

Commit 99131c2

Browse files
committed
chore: pre-commit pnpm i
1 parent aabf42f commit 99131c2

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

lefthook.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
pre-commit:
22
parallel: true
33
commands:
4+
install-deps:
5+
run: pnpm install
6+
stage_fixed: true
47
typecheck:
58
glob: "*.{ts,tsx,vue}"
69
run: pnpm run type-check
@@ -37,11 +40,6 @@ pre-commit:
3740
glob: "apps/docs/**/*.mdx"
3841
run: pnpm run test:examples
3942

40-
pre-push:
41-
commands:
42-
install-deps:
43-
run: pnpm install
44-
4543
commit-msg:
4644
commands:
4745
commitlint:

0 commit comments

Comments
 (0)