Skip to content

Commit 5c2d0ba

Browse files
authored
chore: disable Nx terminal UI (#445)
1 parent 771403d commit 5c2d0ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nx.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,8 @@
5353
"targetName": "test"
5454
}
5555
}
56-
]
56+
],
57+
"tui": {
58+
"enabled": false
59+
}
5760
}

0 commit comments

Comments
 (0)