Run e2e only when lib affected (#7791)

This commit is contained in:
Maurizio Vitale
2022-08-26 15:24:19 +01:00
committed by GitHub
parent c7d769510d
commit 38e9cc9f41
3 changed files with 42 additions and 22 deletions
+7 -5
View File
@@ -2,11 +2,13 @@
"npmScope": "adf",
"implicitDependencies": {
"angular.json": "*",
"package.json": "*",
"tsconfig.json": "*",
"tslint.json": "*",
"nx.json": "*",
".travis.yml": "*",
"package.json": {
"dependencies": {
"@alfresco/*": "*",
"@angular/*": "*",
"rxjs": "*"
}
},
"demo-shell/src/index.html": "*",
"e2e/protractor.excludes.json": "*",
"e2e/protractor.conf.js": "*"