mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +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:
parent
161fdcfba6
commit
9beac977d8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user