From 1765f62cf8bd92be4ade9f0e9b3ef88dcc8b2bf9 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Thu, 28 Nov 2024 23:45:54 +0000 Subject: [PATCH] Removing temporarily eslint rule from publishing --- lib/eslint-angular/project.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/lib/eslint-angular/project.json b/lib/eslint-angular/project.json index 73d171106b..1c47a383aa 100644 --- a/lib/eslint-angular/project.json +++ b/lib/eslint-angular/project.json @@ -6,7 +6,7 @@ "prefix": "adf", "targets": { "build": { - "executor": "@nrwl/webpack:webpack", + "executor": "@nx/webpack:webpack", "options": { "projectRoot": "lib/eslint-angular", "outputPath": "dist/libs/eslint-plugin-eslint-angular", @@ -44,19 +44,6 @@ } ] } - }, - "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 - } - ] - } } } }