Skip to content

Commit

Permalink
fix(repo): disabling audi-ci step until the package is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dw2 committed Apr 14, 2020
1 parent 640b8b4 commit a09df4d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,14 @@ jobs:
- save_cache:
key: *cache_key
paths: *cache_paths
- run:
name: Audit modules
command: |
sudo yarn global add audit-ci --no-lockfile
audit-ci
# audit-ci has a bug that prevents builds to pass
# will uncomment this step once the issue is resolved
# https://github.com/IBM/audit-ci/issues/103
# - run:
# name: Audit modules
# command: |
# sudo yarn global add audit-ci --no-lockfile
# audit-ci
- run:
name: Run linters
command: yarn lint
Expand Down

0 comments on commit a09df4d

Please sign in to comment.