Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
build: add package.json template to bump commits
Browse files Browse the repository at this point in the history
  • Loading branch information
sarunint committed Jan 4, 2018
1 parent c3370a7 commit 707382d
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 @@ -40,7 +40,7 @@
},
"standard-version": {
"scripts": {
"postbump": "node ./update-package-json-template.js"
"postbump": "node ./update-package-json-template.js && git add package.template.json"
}
}
}

0 comments on commit 707382d

Please sign in to comment.