From 5d3462c689998a3e9ef9f0ae6b73052fa47a281a Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Fri, 6 Dec 2024 22:48:22 +0000 Subject: [PATCH] [MIGRATION] - Checking if now eslint is releasable --- lib/eslint-angular/project.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/eslint-angular/project.json b/lib/eslint-angular/project.json index 771f80754b..54882c987e 100644 --- a/lib/eslint-angular/project.json +++ b/lib/eslint-angular/project.json @@ -49,13 +49,7 @@ "executor": "nx:run-commands", "dependsOn": ["build"], "options": { - "cwd": "dist/libs/eslint-plugin-eslint-angular", - "commands": [ - { - "command": "npm publish --tag {args.tag}", - "forwardAllArgs": true - } - ] + "command": "npm publish --tag {args.tag}" } } }