fix restore cache key

This commit is contained in:
Ibby Hadeed 2017-03-28 20:01:17 -04:00
parent 3f2a983c6e
commit 3d82d0d592

View File

@ -19,7 +19,7 @@ jobs:
paths:
- ~/ionic-site/
- restore_cache:
key: node_modules
key: node-modules-{{ checksum "package.json" }}
- run:
name: Install node modules
command: npm i