Skip to content

Commit 67746c4

Browse files
committed
chore(nx): disable annoying TUI thing
If you're reading this commit message, congrats! You win a prize!
1 parent 218c7ba commit 67746c4

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
@@ -24,5 +24,8 @@
2424
},
2525
"$schema": "./node_modules/nx/schemas/nx-schema.json",
2626
"cacheDirectory": "./.nx-cache",
27-
"defaultBase": "master"
27+
"defaultBase": "master",
28+
"tui": {
29+
"enabled": false
30+
}
2831
}

0 commit comments

Comments
 (0)