Skip to content

Commit

Permalink
fix(package): need to run the licenser after the version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Mar 7, 2018
1 parent 548d735 commit 679ef24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"standard-version": {
"scripts": {
"postbump": "node release.js",
"precommit": "git add .openshiftio/application.yaml"
"postbump": "npm run postinstall && node release.js",
"precommit": "git add .openshiftio/application.yaml licenses/"
}
},
"repository": {
Expand Down

0 comments on commit 679ef24

Please sign in to comment.