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

Update config.yml

This commit is contained in:
Bruno Barbieri 2018-07-06 00:21:04 -04:00 committed by GitHub
parent 76912c8a0d
commit 65a349dd30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ jobs:
name: Install deps via npm
command: npm install
- save_cache:
key: dependency-cache-{{ checksum "package.json" }}
key: dependency-cache-{{ checksum "package-lock.json" }}
paths:
- ./node_modules