-
Notifications
You must be signed in to change notification settings - Fork 0
/
nx.json
118 lines (118 loc) · 2.01 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
{
"npmScope": "srts.pw",
"affected": {
"defaultBase": "develop"
},
"implicitDependencies": {
"workspace.json": "*",
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
"tsconfig.json": "*",
"tslint.json": "*",
"nx.json": "*"
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
"options": {
"cacheableOperations": [
"build",
"lint",
"test",
"e2e"
]
}
}
},
"projects": {
"server": {
"tags": []
},
"server-environments": {
"tags": []
},
"server-core-typeorm": {
"tags": []
},
"server-core-graphql": {
"tags": []
},
"server-common-typeorm": {
"tags": []
},
"server-urls": {
"tags": []
},
"client": {
"tags": []
},
"client-e2e": {
"tags": [],
"implicitDependencies": [
"client"
]
},
"client-environments": {
"tags": []
},
"client-services-core": {
"tags": []
},
"client-components-header": {
"tags": []
},
"client-pages-home": {
"tags": []
},
"client-pages-redirect": {
"tags": []
},
"admin": {
"tags": []
},
"admin-e2e": {
"tags": [],
"implicitDependencies": [
"admin"
]
},
"client-components-create-link": {
"tags": []
},
"client-components-link-preview": {
"tags": []
},
"client-pages-links": {
"tags": []
},
"server-user": {
"tags": []
},
"client-pages-register": {
"tags": []
},
"client-pages-login": {
"tags": []
},
"server-core-mailer": {
"tags": []
},
"client-pages-verify-email": {
"tags": []
},
"server-common-types": {
"tags": []
},
"client-pages-not-found": {
"tags": []
},
"server-auth": {
"tags": []
},
"client-shared": {
"tags": []
}
}
}