Skip to content

Commit

Permalink
Tweak version script
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Oct 5, 2017
1 parent dff4653 commit 152b85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"clean": "rm -rf lib",
"build": "babel src -d lib",
"preversion": "npm run lint && npm run test",
"version": "babel-node src/index.js --package --template compact; git add CHANGELOG.md",
"version": "babel-node src/index.js --package --template compact && git add CHANGELOG.md",
"prepublish": "npm run build",
"postpublish": "npm run clean"
},
Expand Down

0 comments on commit 152b85f

Please sign in to comment.