Skip to content

Instantly share code, notes, and snippets.

@hn3000
Last active October 29, 2020 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hn3000/ea86073270883fd681da548d46d6c54e to your computer and use it in GitHub Desktop.
Save hn3000/ea86073270883fd681da548d46d6c54e to your computer and use it in GitHub Desktop.
npm release oneliner
npm test && npm version patch && npm publish && git push --tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment