Skip to content

Commit

Permalink
Commenting audit-ci until NPM fixes the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
dmelosantos committed May 21, 2019
1 parent 0f087ba commit 32154ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}-{{checksum "package-lock.json"}}

- run:
name: run audit-ci
command: npm run audit-ci
#- run:
# name: run audit-ci
# command: npm run audit-ci

- run:
name: run eslint
Expand Down

0 comments on commit 32154ab

Please sign in to comment.