[MIGRATION] - Readded removed action

This commit is contained in:
VitoAlbano
2024-12-06 13:43:15 +00:00
committed by Vito Albano
parent fde24116a2
commit 68f6c2446c

View File

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