File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -124,14 +124,12 @@ jobs:
124
124
- run : brew update-reset
125
125
- run : brew tap wix/brew
126
126
- run : brew install wix/brew/applesimutils
127
-
128
- - restore_cache :
129
- key : cocoapods-specs
127
+ - run :
128
+ name : Install dependencies
129
+ command : |
130
+ sudo gem install cocoapods
131
+ sudo gem install cocoapods-repo-update
130
132
- run : yarn test-app test:ios:cocoapods
131
- - save_cache :
132
- key : cocoapods-specs
133
- paths :
134
- - ~/.cocoapods
135
133
publish :
136
134
<< : *nodeJob
137
135
steps :
Original file line number Diff line number Diff line change 3
3
"version" : " 1.3.2" ,
4
4
"description" : " The hassle-free way to add analytics to your React-Native app." ,
5
5
"license" : " MIT" ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " https://github.com/segmentio/analytics-react-native.git"
9
+ },
6
10
"main" : " build/cjs/index.js" ,
7
11
"module" : " build/esm/index.js" ,
8
12
"types" : " build/esm/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -136,7 +136,11 @@ async function prepareJs({
136
136
main : 'index.js' ,
137
137
version : pkg . version ,
138
138
license : pkg . license ,
139
- description : `${ name } Integration for Segment's React-Native analytics library.`
139
+ description : `${ name } Integration for Segment's React-Native analytics library.` ,
140
+ repository : {
141
+ type : 'git' ,
142
+ url : 'https://github.com/segmentio/analytics-react-native.git'
143
+ }
140
144
} ,
141
145
null ,
142
146
2
You can’t perform that action at this time.
0 commit comments