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 d0ebfd7 commit 8fe160f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "nodejs-rest-http-crud",
"version": "1.2.0",
"description": "",
"author": "Red Hat, Inc.",
"license": "Apache-2.0",
Expand All @@ -19,8 +20,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 Expand Up @@ -68,6 +69,5 @@
"kube-probe": "^0.3.1",
"license-reporter": "^1.1.3",
"pg": "^7.1.2"
},
"version": "1.2.0"
}
}

0 comments on commit 8fe160f

Please sign in to comment.