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
1 changed files with 1 additions and 1 deletions

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