Skip to content

Commit

Permalink
fix: npm audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jul 3, 2019
1 parent 8cae3ee commit 623fe08
Show file tree
Hide file tree
Showing 3 changed files with 2,074 additions and 3,273 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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/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 All @@ -86,4 +87,4 @@ workflows:
- release:
filters: *filter-only-master
requires:
- hold
- hold
Loading

0 comments on commit 623fe08

Please sign in to comment.