Skip to content

Instantly share code, notes, and snippets.

@jasonbellamy
Created August 28, 2015 14:41
Show Gist options
  • Save jasonbellamy/beeaa62b95781a31eca3 to your computer and use it in GitHub Desktop.
Save jasonbellamy/beeaa62b95781a31eca3 to your computer and use it in GitHub Desktop.
"scripts": {
"build": "babel -d dist src",
"clean": "rm -rf dist && mkdir dist",
"preversion": "npm run clean && npm run build",
"postversion": "npm publish .",
"postpublish": "git push && git push --tag"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment