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 ebdec4a commit 80dd106
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 @@ -19,8 +19,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/"
}
},
"files": [
Expand Down

0 comments on commit 80dd106

Please sign in to comment.