Skip to content

Commit

Permalink
ci: add --debug flags to semantic-release invocations
Browse files Browse the repository at this point in the history
  • Loading branch information
waxlamp committed Feb 15, 2018
1 parent 025289a commit 9d8723d
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 @@ -28,7 +28,7 @@
"lint:pycandela": "flake8 --config python/pycandela/flake8.cfg python/pycandela",
"docs": "http-server build/docs -p ${PORT-3000}",
"commit": "git-cz",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release pre --debug && npm publish && semantic-release post --debug ",
"commitmsg": "validate-commit-msg"
},
"semistandard": {
Expand Down

0 comments on commit 9d8723d

Please sign in to comment.