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 31, 2017
1 parent 6d21771 commit 3208c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
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 -p && git add CHANGELOG.md",
"prepublish": "npm run clean && npm run build",
"postpublish": "npm run clean"
},
Expand Down

0 comments on commit 3208c73

Please sign in to comment.