Skip to content

Commit ccff19f

Browse files
authored
chore(lefthook): No NX tui when building (#504)
1 parent f4637f6 commit ccff19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lefthook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pre-push:
99
- ref: next
1010
- ref: release/*
1111
jobs:
12-
- run: yarn build
12+
- run: NX_TUI=false yarn build
1313
- run: yarn lint
1414
- run: yarn prettier --check --log-level=silent .
1515
- run: yarn check

0 commit comments

Comments
 (0)