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 + } + ] } } },