[MIGRATION] - Checking if now eslint is releasable

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