From 7c8c71bdc8e89dc43793f65cc5a0593687d4d7c6 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Tue, 28 Mar 2017 20:02:33 -0400 Subject: [PATCH] fix node_modules path --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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