Skip to content

Commit 2268eed

Browse files
committed
Update nx
1 parent 5fe368a commit 2268eed

File tree

3 files changed

+2112
-163
lines changed

3 files changed

+2112
-163
lines changed

nx.json

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,35 @@
22
"$schema": "./node_modules/nx/schemas/nx-schema.json",
33
"defaultBase": "main",
44
"namedInputs": {
5-
"default": ["{projectRoot}/**/*", "sharedGlobals"],
5+
"default": [
6+
"{projectRoot}/**/*",
7+
"sharedGlobals"
8+
],
69
"sharedGlobals": []
710
},
811
"targetDefaults": {
912
"build": {
10-
"dependsOn": ["^build"]
13+
"dependsOn": [
14+
"^build"
15+
]
1116
},
1217
"test": {
13-
"inputs": ["default", "^default"]
18+
"inputs": [
19+
"default",
20+
"^default"
21+
]
1422
},
1523
"lint": {
16-
"inputs": ["default", "^default"]
24+
"inputs": [
25+
"default",
26+
"^default"
27+
]
28+
}
29+
},
30+
"release": {
31+
"projectsRelationship": "independent",
32+
"version": {
33+
"preserveMatchingDependencyRanges": false
1734
}
1835
}
19-
}
36+
}

0 commit comments

Comments
 (0)