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

Disable npm audit (#6188)

This commit is contained in:
Thomas Huang 2019-02-20 09:41:34 -08:00 committed by Whymarrh Whitby
parent 26f66d7099
commit 41f89ac7ed

View File

@ -17,9 +17,9 @@ workflows:
- test-lint: - test-lint:
requires: requires:
- prep-deps-npm - prep-deps-npm
- test-deps: # - test-deps:
requires: # requires:
- prep-deps-npm # - prep-deps-npm
- test-e2e-beta-chrome: - test-e2e-beta-chrome:
requires: requires:
- prep-deps-npm - prep-deps-npm
@ -165,16 +165,16 @@ jobs:
name: Test name: Test
command: npm run lint command: npm run lint
test-deps: # test-deps:
docker: # docker:
- image: circleci/node:8.11.3-browsers # - image: circleci/node:8.11.3-browsers
steps: # steps:
- checkout # - checkout
- attach_workspace: # - attach_workspace:
at: . # at: .
- run: # - run:
name: Test # name: Test
command: sudo npm install -g npm@6 && npm audit # command: sudo npm install -g npm@6 && npm audit
# test-e2e-beta-drizzle: # test-e2e-beta-drizzle:
# docker: # docker: