Run npm publish if package.json version does not exist
npm install publish-if-not-exists 
Runs npm publish only if the current version does not exist in the registry.
Run with npx:
``shell`
$ npx publish-if-not-exists
Arguments are passed through:
`shell``
$ npx publish-if-not-exists --dry-run
--
Agus Zubiaga | 2021