From 9dca34af9d1f478c05998dca3dbb45e2defb2798 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Fri, 6 Dec 2024 23:34:13 +0000 Subject: [PATCH] [MIGRATION] - Changing the building executor for eslint-rules --- lib/eslint-angular/project.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/eslint-angular/project.json b/lib/eslint-angular/project.json index 3ab837f6b4..ec7f7c400a 100644 --- a/lib/eslint-angular/project.json +++ b/lib/eslint-angular/project.json @@ -41,7 +41,13 @@ "executor": "nx:run-commands", "dependsOn": ["build"], "options": { - "command": "npm publish --tag {args.tag}" + "cwd": "dist/libs/eslint-plugin-eslint-angular", + "commands": [ + { + "command": "npm publish --tag {args.tag}", + "forwardAllArgs": true + } + ] } } },