mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
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:
@@ -64,7 +64,7 @@
|
|||||||
"cwd": "dist/libs/cli",
|
"cwd": "dist/libs/cli",
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"command": "npm publish --tag {args.tag}",
|
"command": "pnpm publish --no-git-checks --tag {args.tag}",
|
||||||
"forwardAllArgs": true
|
"forwardAllArgs": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
"cwd": "dist/libs/content-services",
|
"cwd": "dist/libs/content-services",
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"command": "npm publish --tag {args.tag}",
|
"command": "pnpm publish --no-git-checks --tag {args.tag}",
|
||||||
"forwardAllArgs": true
|
"forwardAllArgs": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -90,7 +90,7 @@
|
|||||||
"cwd": "dist/libs/core",
|
"cwd": "dist/libs/core",
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"command": "npm publish --tag {args.tag}",
|
"command": "pnpm publish --no-git-checks --tag {args.tag}",
|
||||||
"forwardAllArgs": true
|
"forwardAllArgs": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -34,10 +34,10 @@
|
|||||||
"executor": "nx:run-commands",
|
"executor": "nx:run-commands",
|
||||||
"dependsOn": ["build"],
|
"dependsOn": ["build"],
|
||||||
"options": {
|
"options": {
|
||||||
"cwd": "dist/libs/eslint-plugin-eslint-angular",
|
"cwd": "lib/eslint-angular/dist",
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"command": "npm publish --tag {args.tag}",
|
"command": "pnpm publish --no-git-checks --tag {args.tag}",
|
||||||
"forwardAllArgs": true
|
"forwardAllArgs": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"cwd": "dist/libs/extensions",
|
"cwd": "dist/libs/extensions",
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"command": "npm publish --tag {args.tag}",
|
"command": "pnpm publish --no-git-checks --tag {args.tag}",
|
||||||
"forwardAllArgs": true
|
"forwardAllArgs": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
"cwd": "dist/libs/insights",
|
"cwd": "dist/libs/insights",
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"command": "npm publish --tag {args.tag}",
|
"command": "pnpm publish --no-git-checks --tag {args.tag}",
|
||||||
"forwardAllArgs": true
|
"forwardAllArgs": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
"cwd": "dist/libs/js-api",
|
"cwd": "dist/libs/js-api",
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"command": "npm publish --tag {args.tag}",
|
"command": "pnpm publish --no-git-checks --tag {args.tag}",
|
||||||
"forwardAllArgs": true
|
"forwardAllArgs": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
"cwd": "dist/libs/process-services-cloud",
|
"cwd": "dist/libs/process-services-cloud",
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"command": "npm publish --tag {args.tag}",
|
"command": "pnpm publish --no-git-checks --tag {args.tag}",
|
||||||
"forwardAllArgs": true
|
"forwardAllArgs": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
"cwd": "dist/libs/process-services",
|
"cwd": "dist/libs/process-services",
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"command": "npm publish --tag {args.tag}",
|
"command": "pnpm publish --no-git-checks --tag {args.tag}",
|
||||||
"forwardAllArgs": true
|
"forwardAllArgs": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user