Skip to content

Commit

Permalink
fix(debug): add debug to circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
locona committed Dec 16, 2019
1 parent b417052 commit bfc7015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- dependency-cache-{{ .Branch }}-{{ checksum "package.json" }}
- dependency-cache-{{ .Branch }}-
- run: npm ci
- run: npx semantic-release
- run: npx semantic-release --debug

workflows:
version: 2
Expand Down

0 comments on commit bfc7015

Please sign in to comment.