Skip to content

Commit

Permalink
build: fix version script
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Oct 5, 2017
1 parent 3acb273 commit caa6ab5
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 @@ -42,6 +42,6 @@
"test": "node test/run.js",
"test-ci": "nyc --reporter=text npm test",
"test-cov": "nyc --reporter=html --reporter=text npm test",
"version": "node tool/version-changes.js"
"version": "node tool/version-changes.js && git add Changes.md"
}
}

0 comments on commit caa6ab5

Please sign in to comment.