1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00

restore circleci config

This commit is contained in:
brunobar79 2018-07-16 12:57:19 -04:00
parent d05814a5ad
commit 03e3ebb305

View File

@ -100,6 +100,11 @@ jobs:
- image: circleci/node:8.11.3-browsers
steps:
- checkout
- restore_cache:
keys:
- dependency-cache-{{ checksum "package-lock.json" }}
# fallback to using the latest cache if no exact match is found
- dependency-cache-
- run:
name: Install npm 6 + deps via npm
command: |