1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01:00

circleci: Disable npm audit when installing packages

Auditing packages when installing here doesn't help anyone as the summary
isn't visible and vulnerabilities don't produce a non-zero exit code. We
will have `npm audit` as an extra CI job.
This commit is contained in:
Whymarrh Whitby 2018-12-06 11:33:54 -03:30
parent 161fdcfba6
commit 9beac977d8

View File

@ -91,7 +91,7 @@ jobs:
- run:
name: Install npm 6 + deps via npm
command: |
sudo npm install -g npm@6 && npm install --no-save
sudo npm install -g npm@6 && npm install --no-save --no-audit
- persist_to_workspace:
root: .
paths: