Skip to content

Commit

Permalink
fix: do not save semantic-release in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Aug 14, 2019
1 parent a21772c commit df48dcf
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 @@ -37,7 +37,7 @@ jobs:
when: on_success
name: Run semantic relase
command: |
npm i semantic-release;
npm i --no-save semantic-release;
npx semantic-release || true
workflows:
Expand Down

0 comments on commit df48dcf

Please sign in to comment.