Skip to content

Commit

Permalink
replace release it scripts with npx
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed Mar 5, 2020
1 parent 3d8791b commit ae2b520
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 @@ -148,11 +148,11 @@
"github": {
"release": true,
"tokenRef": "RELEASE_IT_GITHUB_TOKEN",
"releaseNotes": "npm run auto-changelog --stdout --commit-limit false -u --template ./changelog.hbs",
"releaseNotes": "npx auto-changelog --stdout --commit-limit false -u --template ./changelog.hbs",
"____comment": "\"assets\": [\"dist/logagent-*\"]"
},
"hooks": {
"after:bump": "npm run auto-changelog -p"
"after:bump": "npx auto-changelog -p"
}
},
"standard": {
Expand Down

0 comments on commit ae2b520

Please sign in to comment.