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}" } } }