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 dff8de3604
commit a7c33a0c53
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"
], ],
@@ -434,7 +434,7 @@
} }
}, },
"license": { "license": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"options": { "options": {
"commands": [ "commands": [
{ {
@@ -444,7 +444,7 @@
} }
}, },
"pretheme": { "pretheme": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"options": { "options": {
"commands": [ "commands": [
{ {
@@ -454,7 +454,7 @@
} }
}, },
"npm-publish": { "npm-publish": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"dependsOn": [ "dependsOn": [
"build" "build"
], ],
@@ -570,7 +570,7 @@
} }
}, },
"stylelint": { "stylelint": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"options": { "options": {
"commands": [ "commands": [
{ {
@@ -641,7 +641,7 @@
} }
}, },
"stylelint": { "stylelint": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"options": { "options": {
"commands": [ "commands": [
{ {
@@ -783,7 +783,7 @@
} }
}, },
"npm-publish": { "npm-publish": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"dependsOn": [ "dependsOn": [
"build" "build"
], ],
@@ -844,7 +844,7 @@
} }
}, },
"stylelint": { "stylelint": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"options": { "options": {
"commands": [ "commands": [
{ {
@@ -854,7 +854,7 @@
} }
}, },
"npm-publish": { "npm-publish": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"dependsOn": [ "dependsOn": [
"build" "build"
], ],
@@ -971,7 +971,7 @@
} }
}, },
"bundle": { "bundle": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"options": { "options": {
"commands": [ "commands": [
{ {
@@ -984,7 +984,7 @@
] ]
}, },
"copyToNodeModules": { "copyToNodeModules": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"options": { "options": {
"commands": [ "commands": [
{ {
@@ -1000,7 +1000,7 @@
] ]
}, },
"npm-publish": { "npm-publish": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"dependsOn": [ "dependsOn": [
"build" "build"
], ],
@@ -1066,7 +1066,7 @@
} }
}, },
"npm-publish": { "npm-publish": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"dependsOn": [ "dependsOn": [
"build" "build"
], ],
@@ -1107,7 +1107,7 @@
"defaultConfiguration": "production" "defaultConfiguration": "production"
}, },
"bundle": { "bundle": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"options": { "options": {
"commands": [ "commands": [
{ {
@@ -1120,7 +1120,7 @@
] ]
}, },
"copyToNodeModules": { "copyToNodeModules": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"options": { "options": {
"commands": [ "commands": [
{ {
@@ -1145,7 +1145,7 @@
} }
}, },
"npm-publish": { "npm-publish": {
"executor": "nx:run-commands", "builder": "nx:run-commands",
"dependsOn": [ "dependsOn": [
"build" "build"
], ],

View File

@@ -57,7 +57,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",