mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-49807 Upgrade Nx Workspace to v23 (#12142)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user