Skip to content

Commit

Permalink
Add version script
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui Marinho committed Oct 1, 2016
1 parent e18419d commit 54347e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"lint": "eslint src test",
"prepublish": "npm run transpile",
"test": "NODE_ENV=test mocha $npm_package_options_mocha",
"transpile": "rm -rf dist/* && babel src --out-dir dist"
"transpile": "rm -rf dist/* && babel src --out-dir dist",
"version": "npm run changelog --future-release=$npm_package_version && npm run transpile && git add -A CHANGELOG.md dist"
},
"dependencies": {
"lodash.isempty": "^4.4.0",
Expand Down

0 comments on commit 54347e5

Please sign in to comment.