From 3d82d0d5929bf3ec1b5adf48b6889584267db800 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Tue, 28 Mar 2017 20:01:17 -0400 Subject: [PATCH] fix restore cache key --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 0aee714bc..014b966fc 100644 --- a/circle.yml +++ b/circle.yml @@ -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