diff --git a/circle.yml b/circle.yml index 1cbdd094f..75d6abfcd 100644 --- a/circle.yml +++ b/circle.yml @@ -19,12 +19,12 @@ jobs: paths: - ~/ionic-site/ - restore_cache: - key: {{ checksum "package.json" }}-node-modules + key: node_modules_{{ checksum "package.json" }} - run: name: Install node modules command: npm i - save_cache: - key: {{ checksum "package.json" }}-node-modules # used cached node_modules if package.json didn't change + key: node_modules_{{ checksum "package.json" }} # used cached node_modules if package.json didn't change paths: - ~/ionic-native/node_modules/ - run: