Files
alfresco-ng2-components/nx.json
Eugenio Romano 1c51b2a1a6 Use hash strategy in demo shell as the other apps (#6402)
* hash startegy

* use hash in e2e

* trigger build

* fix

* fix

* remove children router overwrite crazynes

* Update login.module.ts

* revert not needed changes

* some fixes

* fix

* remove fdescribe

* fix

* fix

* Update share-file.e2e.ts

* Update lock-file.e2e.ts

* Update share-file.e2e.ts

* some fix

* some other fixes

* username as id

* fix after rebase

* username

* fix usernamee

* Fix the errorComponent

* Attempt to fix unit test - to check

* * Fixed circular dependency error while building adf-testing package

* * Fixed failing UT

* fix

* use username

* some fixes

* some fix

* fix

Co-authored-by: Maurizio Vitale <maurizio.vitale@alfresco.com>
Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
Co-authored-by: sivakumar414ram <siva.kumar@muraai.com>
2020-12-16 18:46:56 +00:00

53 lines
1.4 KiB
JSON

{
"npmScope": "adf",
"implicitDependencies": {
"angular.json": "*",
"package.json": "*",
"tsconfig.json": "*",
"tslint.json": "*",
"nx.json": "*",
".travis.yml": "*",
"demo-shell/src/index.html": "*"
},
"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"]
}
}
}