Skip to content

Commit

Permalink
fix: remove npm audit from circleci build (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekiwi authored and pierissimo committed Jul 8, 2019
1 parent 3027777 commit 6ef4451
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
- run:
name: upload coverage report
command: bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
# - run:
# name: audit
# command: npm audit
- run:
name: do a release
command: npx semantic-release
command: npx semantic-release

0 comments on commit 6ef4451

Please sign in to comment.