Skip to content

Commit

Permalink
Correctly add modified 'version.js' to release commit (graphql#2011)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Jul 3, 2019
1 parent cbd5c95 commit 1493122
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"build": "node resources/build.js",
"changelog": "node resources/gen-changelog.js",
"preversion": ". ./resources/checkgit.sh",
"version": "node resources/gen-version.js && npm test",
"postversion": "git commit --amend --all --no-edit",
"version": "node resources/gen-version.js && npm test && git add src/version.js",
"prepublishOnly": ". ./resources/prepublish.sh",
"gitpublish": ". ./resources/gitpublish.sh"
},
Expand Down

0 comments on commit 1493122

Please sign in to comment.