Skip to content

Commit

Permalink
fix: Update generate changelog script to reference local node module (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarlow12 authored Sep 13, 2019
1 parent 1ad3ce2 commit d0e23cf
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 @@ -18,7 +18,7 @@
"prebuild": "shx rm -rf lib/ && npm run test",
"build": "npm run compile",
"generate:spn": "bash ./scripts/generate-service-principal.sh",
"generate:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"generate:changelog": "./node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"generate:changelog-condensed": "npm run generate:changelog && node ./scripts/condenseChangelog.js"
},
"repository": {
Expand Down

0 comments on commit d0e23cf

Please sign in to comment.