Skip to content

Commit

Permalink
fix: move semantic deps to circle
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Jul 23, 2019
1 parent 45d88bb commit e3a2003
Show file tree
Hide file tree
Showing 3 changed files with 256 additions and 5,351 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ 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: git checkout .
- run: ./node_modules/.bin/semantic-release
- save_cache: *save-deps-cache

workflows:
Expand Down
Loading

0 comments on commit e3a2003

Please sign in to comment.