[MIGRATION] - Checking if now eslint is releasable

This commit is contained in:
VitoAlbano 2024-12-06 22:48:22 +00:00 committed by Vito Albano
parent dc86a14016
commit 1af7843d69

View File

@ -49,13 +49,7 @@
"executor": "nx:run-commands", "executor": "nx:run-commands",
"dependsOn": ["build"], "dependsOn": ["build"],
"options": { "options": {
"cwd": "dist/libs/eslint-plugin-eslint-angular", "command": "npm publish --tag {args.tag}"
"commands": [
{
"command": "npm publish --tag {args.tag}",
"forwardAllArgs": true
}
]
} }
} }
} }