fix node_modules path

This commit is contained in:
Ibby Hadeed 2017-03-28 20:02:33 -04:00
parent 3d82d0d592
commit 7c8c71bdc8

View File

@ -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