From 68f6c2446c66300d653b203c5e129431c0d491ff Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Fri, 6 Dec 2024 13:43:15 +0000 Subject: [PATCH] [MIGRATION] - Readded removed action --- lib/eslint-angular/project.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/lib/eslint-angular/project.json b/lib/eslint-angular/project.json index 1c47a383aa..0b17e377b0 100644 --- a/lib/eslint-angular/project.json +++ b/lib/eslint-angular/project.json @@ -44,6 +44,18 @@ } ] } - } + }, + "npm-publish": { + "executor": "nx:run-commands", + "dependsOn": ["build"], + "options": { + "cwd": "dist/libs/eslint-plugin-eslint-angular", + "commands": [ + { + "command": "npm publish --tag {args.tag}", + "forwardAllArgs": true + } + ] + } } }