AAE-49807 Upgrade Nx Workspace to v23 (#12142)

This commit is contained in:
Denys Vuika
2026-08-07 14:39:36 +01:00
committed by GitHub
parent 2a873d7a06
commit 015fa82e36
3 changed files with 752 additions and 846 deletions
+8 -2
View File
@@ -47,7 +47,12 @@
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": ["{workspaceRoot}/package.json", "{workspaceRoot}/angular.json", "{workspaceRoot}/e2e/protractor.excludes.json", "{workspaceRoot}/e2e/protractor.conf.js"],
"sharedGlobals": [
"{workspaceRoot}/package.json",
"{workspaceRoot}/angular.json",
"{workspaceRoot}/e2e/protractor.excludes.json",
"{workspaceRoot}/e2e/protractor.conf.js"
],
"production": [
"default",
"!{projectRoot}/.storybook/**/*",
@@ -60,5 +65,6 @@
},
"cacheDirectory": "nxcache",
"defaultBase": "develop",
"analytics": false
"analytics": false,
"neverConnectToCloud": true
}