Files
alfresco-ng2-components/nx.json
arditdomi c4030684b9 [ADF-5285] Re-include test (#6418)
* [ADF-5285] Re-include test

* Run e2e when protractor excluded json is changed
2021-02-23 14:58:28 +00:00

54 lines
1.5 KiB
JSON

{
"npmScope": "adf",
"implicitDependencies": {
"angular.json": "*",
"package.json": "*",
"tsconfig.json": "*",
"tslint.json": "*",
"nx.json": "*",
".travis.yml": "*",
"demo-shell/src/index.html": "*",
"e2e/protractor.excludes.json": "*"
},
"projects": {
"demoshell": {
"implicitDependencies": ["process-services", "content-services", "process-services-cloud", "core", "insights", "extensions"],
"tags": ["scope:demoshell", "type:app"]
},
"extensions": {
"tags": ["scope:extensions", "type:lib"]
},
"core": {
"implicitDependencies": ["extensions"],
"tags": ["scope:core", "type:lib"]
},
"content-services": {
"implicitDependencies": ["core"],
"tags": ["scope:content-services", "type:lib"]
},
"process-services": {
"implicitDependencies": ["content-services"],
"tags": ["scope:process-services", "type:lib"]
},
"process-services-cloud": {
"implicitDependencies": ["content-services"],
"tags": ["scope:process-services-cloud", "type:lib"]
},
"insights": {
"implicitDependencies": ["core"],
"tags": ["scope:insights", "type:lib"]
},
"demoshell-e2e": {
"implicitDependencies": ["testing"],
"tags": ["scope:demoshell-e2e", "type:e2e"]
},
"testing": {
"implicitDependencies": [],
"tags": ["scope:testing", "type:lib"]
},
"cli": {
"tags": ["scope:cli", "type:lib"]
}
}
}