Skip to content

Instantly share code, notes, and snippets.

@twilson63
Created July 24, 2017 00:20
Show Gist options
  • Save twilson63/8105c657aae2ece198cab3d266c01712 to your computer and use it in GitHub Desktop.
Save twilson63/8105c657aae2ece198cab3d266c01712 to your computer and use it in GitHub Desktop.
Module Deploy Process
{
"test": "tap test/*.js --100",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment