Skip to content

Commit

Permalink
Make changelog change properly on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Mar 15, 2021
1 parent 80acda7 commit e528cfd
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 @@ -37,7 +37,7 @@
"preversion": "npm run lint",
"start": "tsdx watch",
"test": "tsdx test --passWithNoTests",
"version": "npm run build && git add dist && npm run changelog && git add CHANGELOG.md"
"version": "npm run build && git add dist && npm run changelog -- -p && git add CHANGELOG.md"
},
"dependencies": {
"lodash": "^4.17.20",
Expand Down

0 comments on commit e528cfd

Please sign in to comment.