-
Notifications
You must be signed in to change notification settings - Fork 4
/
nx.json
executable file
·127 lines (127 loc) · 1.93 KB
/
nx.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"npmScope": "happyorg",
"implicitDependencies": {
"workspace.json": "*",
"package.json": "*",
"tsconfig.json": "*",
"tslint.json": "*",
"nx.json": "*",
".github/workflows/**": "*"
},
"projects": {
"react-app": {
"tags": []
},
"react-app-e2e": {
"tags": [],
"implicitDependencies": ["react-app"]
},
"ng-app-e2e": {
"tags": [],
"implicitDependencies": ["ng-app"]
},
"ng-app": {
"tags": []
},
"shared-utils": {
"tags": []
},
"ng-lib0": {
"tags": []
},
"ng-lib1": {
"tags": []
},
"ng-lib2": {
"tags": []
},
"ng-lib3": {
"tags": []
},
"ng-lib4": {
"tags": []
},
"ng-lib5": {
"tags": []
},
"ng-lib6": {
"tags": []
},
"ng-lib7": {
"tags": []
},
"ng-lib8": {
"tags": []
},
"ng-lib9": {
"tags": []
},
"ng-lib10": {
"tags": []
},
"ng-lib11": {
"tags": []
},
"ng-lib12": {
"tags": []
},
"ng-lib13": {
"tags": []
},
"ng-lib14": {
"tags": []
},
"react-lib0": {
"tags": []
},
"react-lib1": {
"tags": []
},
"react-lib2": {
"tags": []
},
"react-lib3": {
"tags": []
},
"react-lib4": {
"tags": []
},
"react-lib5": {
"tags": []
},
"react-lib6": {
"tags": []
},
"react-lib7": {
"tags": []
},
"react-lib8": {
"tags": []
},
"react-lib9": {
"tags": []
},
"react-lib10": {
"tags": []
},
"react-lib11": {
"tags": []
},
"react-lib12": {
"tags": []
},
"react-lib13": {
"tags": []
},
"react-lib14": {
"tags": []
}
},
"tasksRunnerOptions": {
"default": {
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"]
}
}
}
}