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

This commit is contained in:
VitoAlbano
2024-12-06 23:34:13 +00:00
parent b4a5bf5ae1
commit 9dca34af9d

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