Skip to content

Commit

Permalink
Merge pull request #46 from open-rpc/fix/deps
Browse files Browse the repository at this point in the history
fix: move semantic deps to circle
  • Loading branch information
BelfordZ authored Jul 23, 2019
2 parents 45d88bb + e3a2003 commit 4c97406
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 4c97406

Please sign in to comment.