Attempt to fix the e2e run'

This commit is contained in:
Vito Albano
2023-11-27 16:30:38 +00:00
committed by VitoAlbano
parent 4820d875cd
commit afce0fab89
2 changed files with 18 additions and 18 deletions

View File

@@ -283,7 +283,7 @@
] ]
}, },
"test": { "test": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"options": { "options": {
"commands": ["TS_NODE_PROJECT=lib/js-api/test/tsconfig.json mocha --full-trace --config lib/js-api/.mocharc.json"] "commands": ["TS_NODE_PROJECT=lib/js-api/test/tsconfig.json mocha --full-trace --config lib/js-api/.mocharc.json"]
} }
@@ -297,7 +297,7 @@
} }
}, },
"npm-publish": { "npm-publish": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"dependsOn": [ "dependsOn": [
"build" "build"
], ],
@@ -433,7 +433,7 @@
} }
}, },
"license": { "license": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"options": { "options": {
"commands": [ "commands": [
{ {
@@ -443,7 +443,7 @@
} }
}, },
"pretheme": { "pretheme": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"options": { "options": {
"commands": [ "commands": [
{ {
@@ -453,7 +453,7 @@
} }
}, },
"npm-publish": { "npm-publish": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"dependsOn": [ "dependsOn": [
"build" "build"
], ],
@@ -569,7 +569,7 @@
} }
}, },
"stylelint": { "stylelint": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"options": { "options": {
"commands": [ "commands": [
{ {
@@ -640,7 +640,7 @@
} }
}, },
"stylelint": { "stylelint": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"options": { "options": {
"commands": [ "commands": [
{ {
@@ -782,7 +782,7 @@
} }
}, },
"npm-publish": { "npm-publish": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"dependsOn": [ "dependsOn": [
"build" "build"
], ],
@@ -843,7 +843,7 @@
} }
}, },
"stylelint": { "stylelint": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"options": { "options": {
"commands": [ "commands": [
{ {
@@ -853,7 +853,7 @@
} }
}, },
"npm-publish": { "npm-publish": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"dependsOn": [ "dependsOn": [
"build" "build"
], ],
@@ -970,7 +970,7 @@
} }
}, },
"bundle": { "bundle": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"options": { "options": {
"commands": [ "commands": [
{ {
@@ -983,7 +983,7 @@
] ]
}, },
"copyToNodeModules": { "copyToNodeModules": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"options": { "options": {
"commands": [ "commands": [
{ {
@@ -999,7 +999,7 @@
] ]
}, },
"npm-publish": { "npm-publish": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"dependsOn": [ "dependsOn": [
"build" "build"
], ],
@@ -1065,7 +1065,7 @@
} }
}, },
"npm-publish": { "npm-publish": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"dependsOn": [ "dependsOn": [
"build" "build"
], ],
@@ -1106,7 +1106,7 @@
"defaultConfiguration": "production" "defaultConfiguration": "production"
}, },
"bundle": { "bundle": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"options": { "options": {
"commands": [ "commands": [
{ {
@@ -1119,7 +1119,7 @@
] ]
}, },
"copyToNodeModules": { "copyToNodeModules": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"options": { "options": {
"commands": [ "commands": [
{ {
@@ -1144,7 +1144,7 @@
} }
}, },
"npm-publish": { "npm-publish": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"dependsOn": [ "dependsOn": [
"build" "build"
], ],

View File

@@ -54,7 +54,7 @@
"process services-cloud" "process services-cloud"
], ],
"dependencies": { "dependencies": {
"@alfresco/js-api": ">=7.3.0", "@alfresco/js-api": ">=7.2.0",
"@angular/animations": "15.2.10", "@angular/animations": "15.2.10",
"@angular/cdk": "15.2.9", "@angular/cdk": "15.2.9",
"@angular/common": "15.2.10", "@angular/common": "15.2.10",