Skip to content

Instantly share code, notes, and snippets.

@cspanring
Created July 18, 2017 13:22
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 cspanring/b3ceb8633ac490d4fd606f9906d5ff4f to your computer and use it in GitHub Desktop.
Save cspanring/b3ceb8633ac490d4fd606f9906d5ff4f to your computer and use it in GitHub Desktop.
npm publish scripts
"scripts": {
"publish:patch": "npm whoami && npm version patch && git push origin --tags && npm publish",
"publish:minor": "npm whoami && npm version minor && git push origin --tags && npm publish"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment