Files
alfresco-ng2-components/nx.json
Maurizio Vitale 26677c6789 adf-cli command init-aae use the user based on the role (#5364)
* Reuse the common deployment and modeling api

* Add files to testing

* Pass parameters

* Travis initaae with correct parameters

* Travis initaae with correct parameters

* Add cli to the smart build
2020-01-10 17:02:16 +00:00

46 lines
682 B
JSON

{
"npmScope": "my-company",
"implicitDependencies": {
"angular.json": "*",
"package.json": "*",
"tsconfig.json": "*",
"tslint.json": "*",
"nx.json": "*"
},
"projects": {
"dev": {
"tags": []
},
"dist": {
"tags": []
},
"core": {
"tags": []
},
"content-services": {
"tags": []
},
"process-services": {
"tags": []
},
"process-services-cloud": {
"tags": []
},
"insights": {
"tags": []
},
"lib-e2e-test": {
"tags": []
},
"extensions": {
"tags": []
},
"testing": {
"tags": []
},
"cli": {
"tags": []
}
}
}