AAE-46684 fix release workflow eslint publish fix (#11962)

* [AAE-46514] - Fix release workflow

* [AAE-46514] - Fix release workflow - devDependencies

* [AAE-46514] - Command parameters are wrong when setting now the options

* [AAE-46514] - It should call the script not the standard command

* [AAE-46514] - fixed path for eslint plugin publish
This commit is contained in:
Vito Albano
2026-06-04 23:33:17 +01:00
committed by GitHub
parent a8eee9fe3a
commit fd3802f2dc
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
"cwd": "dist/libs/cli",
"commands": [
{
"command": "npm publish --tag {args.tag}",
"command": "pnpm publish --no-git-checks --tag {args.tag}",
"forwardAllArgs": true
}
]
+1 -1
View File
@@ -55,7 +55,7 @@
"cwd": "dist/libs/content-services",
"commands": [
{
"command": "npm publish --tag {args.tag}",
"command": "pnpm publish --no-git-checks --tag {args.tag}",
"forwardAllArgs": true
}
]
+1 -1
View File
@@ -90,7 +90,7 @@
"cwd": "dist/libs/core",
"commands": [
{
"command": "npm publish --tag {args.tag}",
"command": "pnpm publish --no-git-checks --tag {args.tag}",
"forwardAllArgs": true
}
],
+2 -2
View File
@@ -34,10 +34,10 @@
"executor": "nx:run-commands",
"dependsOn": ["build"],
"options": {
"cwd": "dist/libs/eslint-plugin-eslint-angular",
"cwd": "lib/eslint-angular/dist",
"commands": [
{
"command": "npm publish --tag {args.tag}",
"command": "pnpm publish --no-git-checks --tag {args.tag}",
"forwardAllArgs": true
}
]
+1 -1
View File
@@ -44,7 +44,7 @@
"cwd": "dist/libs/extensions",
"commands": [
{
"command": "npm publish --tag {args.tag}",
"command": "pnpm publish --no-git-checks --tag {args.tag}",
"forwardAllArgs": true
}
]
+1 -1
View File
@@ -55,7 +55,7 @@
"cwd": "dist/libs/insights",
"commands": [
{
"command": "npm publish --tag {args.tag}",
"command": "pnpm publish --no-git-checks --tag {args.tag}",
"forwardAllArgs": true
}
]
+1 -1
View File
@@ -69,7 +69,7 @@
"cwd": "dist/libs/js-api",
"commands": [
{
"command": "npm publish --tag {args.tag}",
"command": "pnpm publish --no-git-checks --tag {args.tag}",
"forwardAllArgs": true
}
]
+1 -1
View File
@@ -55,7 +55,7 @@
"cwd": "dist/libs/process-services-cloud",
"commands": [
{
"command": "npm publish --tag {args.tag}",
"command": "pnpm publish --no-git-checks --tag {args.tag}",
"forwardAllArgs": true
}
]
+1 -1
View File
@@ -55,7 +55,7 @@
"cwd": "dist/libs/process-services",
"commands": [
{
"command": "npm publish --tag {args.tag}",
"command": "pnpm publish --no-git-checks --tag {args.tag}",
"forwardAllArgs": true
}
]