Skip to content

Instantly share code, notes, and snippets.

@bkw
Created March 22, 2013 11:05
Show Gist options
  • Save bkw/5220505 to your computer and use it in GitHub Desktop.
Save bkw/5220505 to your computer and use it in GitHub Desktop.
npm deployment cheatsheet (personal notes, really)

Notes:

  • Don't forget to bump the version in package.json
  • Make extra certain package.json is valid json
  • tag (and push --tags) first.
  • Don't publish your working checkout, it's probably polluted by temporary/private files.

Workflow:

updates take some time to show up on the npmjs website.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment