Skip to content

Instantly share code, notes, and snippets.

@dimified
Last active February 15, 2018 14:47
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 dimified/1aa1c39c958f1faa891c46304808f152 to your computer and use it in GitHub Desktop.
Save dimified/1aa1c39c958f1faa891c46304808f152 to your computer and use it in GitHub Desktop.
Versioning
{
"scripts": {
"package": "tar czf $(node --eval \"var pkg=require('./package.json'); console.log(pkg.name)\")-v$(node -e \"var pkg=require('./package.json'); console.log(pkg.version)\")-$(git rev-parse --short HEAD).tar.gz dist"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment