mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Execute test when change exclude file (#5989)
* Execute test when change exclude file * Update protractor.excludes.json * Update nx.json * fix first call use all params document list
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"npmScope": "my-company",
|
||||
"npmScope": "adf",
|
||||
"implicitDependencies": {
|
||||
"angular.json": "*",
|
||||
"package.json": "*",
|
||||
@@ -7,9 +7,7 @@
|
||||
"tslint.json": "*",
|
||||
"nx.json": "*",
|
||||
".travis.yml": "*",
|
||||
"e2e/protractor.excludes.json": [
|
||||
"demoshell-e2e"
|
||||
]
|
||||
"e2e/protractor.excludes.json": "*"
|
||||
},
|
||||
"projects": {
|
||||
"demoshell": {
|
||||
|
||||
Reference in New Issue
Block a user