[MIGRATION] - Changing the building executor for eslint-rules

This commit is contained in:
VitoAlbano
2025-05-22 13:12:20 +01:00
parent b4a5bf5ae1
commit 9dca34af9d
+7 -1
View File
@@ -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
}
]
}
}
},