-
Notifications
You must be signed in to change notification settings - Fork 10
/
nx.json
38 lines (38 loc) · 837 Bytes
/
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
{
"implicitDependencies": {
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
".eslintrc.json": "*"
},
"affected": {
"defaultBase": "main"
},
"npmScope": "this-is-learning",
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/nx-cloud",
"options": {
"accessToken": "Njc1NTMzMWEtYzhhYy00OTg2LWFkMmYtMjEzZmMwZWYwMTQ2fHJlYWQtd3JpdGU=",
"canTrackAnalytics": false,
"cacheableOperations": ["build", "lint", "test", "e2e"],
"maxParallel": 6,
"parallel": true,
"showUsageWarnings": true
}
}
},
"projects": {
"this-is-learning": {
"tags": []
},
"this-is-learning-e2e": {
"tags": [],
"implicitDependencies": ["this-is-learning"]
},
"navbar": {
"tags": []
}
}
}