Skip to content
This repository was archived by the owner on Jun 17, 2020. It is now read-only.

Commit a39fa38

Browse files
committed
fix(semantic-release): add debug mode.
1 parent 4825f12 commit a39fa38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ deploy:
2222
on:
2323
branch: master
2424
script:
25-
- npx semantic-release
25+
- npx semantic-release --debug
2626
skip_cleanup: true
2727

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"regenerator-runtime": "^0.12.1",
8484
"resolve-url-loader": "^3.0.0",
8585
"sass-loader": "^7.1.0",
86-
"semantic-release": "15.12.1",
86+
"semantic-release": "^15.12.2",
8787
"style-loader": "^0.23.1",
8888
"url-loader": "^1.1.2",
8989
"webpack": "^4.25.1",

0 commit comments

Comments
 (0)