Skip to content

Commit babf74d

Browse files
authored
build: update nx to 20.0.3 (#641)
1 parent 4be8803 commit babf74d

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

nx.json

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"targetDependencies": {
99
"build": [{ "target": "build", "projects": "dependencies" }]
1010
},
11-
"workspaceLayout": { "appsDir": "e2e", "libsDir": "packages" },
11+
"workspaceLayout": {
12+
"appsDir": "e2e",
13+
"libsDir": "packages"
14+
},
1215
"namedInputs": {
1316
"default": ["{projectRoot}/**/*", "sharedGlobals"],
1417
"sharedGlobals": [],
@@ -22,18 +25,29 @@
2225
]
2326
},
2427
"targetDefaults": {
25-
"build": { "inputs": ["production", "^production"], "cache": true },
28+
"build": {
29+
"inputs": ["production", "^production"],
30+
"cache": true
31+
},
2632
"@nx/jest:jest": {
2733
"cache": true,
2834
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
29-
"options": { "passWithNoTests": true },
30-
"configurations": { "ci": { "ci": true, "codeCoverage": true } }
35+
"options": {
36+
"passWithNoTests": true
37+
},
38+
"configurations": {
39+
"ci": {
40+
"ci": true,
41+
"codeCoverage": true
42+
}
43+
}
3144
},
3245
"@nx/eslint:lint": {
3346
"inputs": ["default", "{workspaceRoot}/.eslintrc.json"],
3447
"cache": true
3548
}
3649
},
3750
"useInferencePlugins": false,
38-
"defaultBase": "main"
51+
"defaultBase": "main",
52+
"useLegacyCache": true
3953
}

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)