mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
fix node_modules path
This commit is contained in:
parent
3d82d0d592
commit
7c8c71bdc8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user