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

ci - optimize - dont update npm

This commit is contained in:
kumavis 2018-03-09 14:01:42 -08:00
parent dab47e5bfa
commit 9378bc50d2

View File

@ -29,13 +29,10 @@ jobs:
- image: circleci/node:8-browsers
steps:
- checkout
- run:
name: Update npm
command: 'sudo npm install -g npm@latest'
- restore_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
name: Install npm
name: Install deps via npm
command: npm install
- save_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}