Skip to content

Instantly share code, notes, and snippets.

@himynameisdave
Forked from jasonbellamy/scripts.json
Last active August 28, 2015 15:01
Show Gist options
  • Save himynameisdave/b6cdc86e1cdd9d3a237f to your computer and use it in GitHub Desktop.
Save himynameisdave/b6cdc86e1cdd9d3a237f 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