Skip to content

Commit

Permalink
fix: semantic-release deps
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Jun 14, 2019
1 parent 596173c commit 9249e63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -58,7 +58,8 @@ jobs:
- restore_cache: *restore-deps-cache
- run: npm install
- run: npm run build
- run: npx semantic-release
- run: npm install semantic-release @semantic-release/changelog @semantic-release/git @semantic-release/github @semantic-release/npm @semantic-release/commit-analyzer @semantic-release/release-notes-generator @qiwi/semantic-release-gh-pages-plugin
- run: ./node_modules/.bin/semantic-release
- save_cache: *save-deps-cache

workflows:
Expand Down

0 comments on commit 9249e63

Please sign in to comment.