We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a224e84 commit 396ebbdCopy full SHA for 396ebbd
3 files changed
nx.json
@@ -1,5 +1,8 @@
1
{
2
"$schema": "./node_modules/nx/schemas/nx-schema.json",
3
+ "tui": {
4
+ "enabled": false
5
+ },
6
"namedInputs": {
7
"default": [
8
"{projectRoot}/**/*",
package.json
@@ -32,7 +32,7 @@
32
"@changesets/cli": "^2.29.4",
33
"husky": "^9.1.6",
34
"is-in-ci": "^1.0.0",
35
- "nx": "19.7.3",
+ "nx": "22.4.1",
36
"typescript": "catalog:"
37
}
38
0 commit comments