diff --git a/circle.yml b/circle.yml index 014b966fc..48ecb3a21 100644 --- a/circle.yml +++ b/circle.yml @@ -26,7 +26,7 @@ jobs: - save_cache: key: node-modules-{{ checksum "package.json" }} # used cached node_modules if package.json didn't change paths: - - ~/node_modules/ + - ~/ionic-native/node_modules/ - run: name: Run tslint command: npm run lint