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:
@@ -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
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user