I have a project that defines a postpublish
action in its package.json
.
I now have a use case where I want to execute publish
without executing the postpublish
action.
Is there a reliable way I can execute the publish
action completely, so it does not trigger the postpublish
action?