-
Notifications
You must be signed in to change notification settings - Fork 0
/
lefthook.yml
50 lines (50 loc) · 1.05 KB
/
lefthook.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
commit-msg:
parallel: false
commands:
commitlint:
run: npx commitlint --edit
pre-commit:
parallel: false
commands:
lint:core:
run: pnpm lint:core
format:core:
run: pnpm format:core
types:core:
run: pnpm types:core
test:core:
run: pnpm test:core
lint:utils:
run: pnpm lint:utils
format:utils:
run: pnpm format:utils
types:utils:
run: pnpm types:utils
test:utils:
run: pnpm test:utils
lint:web:
run: pnpm lint:web
format:web:
run: pnpm format:web
types:web:
run: pnpm types:web
test:web:
run: pnpm test:web
lint:ui:
run: pnpm lint:ui
format:ui:
run: pnpm format:ui
types:ui:
run: pnpm types:ui
lint:tailwind:
run: pnpm lint:tailwind
format:tailwind:
run: pnpm format:tailwind
types:tailwind:
run: pnpm types:tailwind
lint:storybooks:
run: pnpm lint:storybooks
format:storybooks:
run: pnpm format:storybooks
types:storybooks:
run: pnpm types:storybooks