Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 475d8ba

Browse files
authored
Fixing Yarn issue in CI (Instabug#528)
* Update config.yml * Update config.yml * Update package.json * Update config.yml
1 parent ad0cfc9 commit 475d8ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- restore_cache:
2121
key: node-v1-{{ checksum "package.json" }}-{{ arch }}
2222

23-
- run: yarn install
23+
- run: yarn
2424

2525
- save_cache:
2626
key: yarn-v1-{{ checksum "yarn.lock" }}-{{ arch }}
@@ -90,7 +90,7 @@ jobs:
9090
steps:
9191
- checkout:
9292
path: ~/project
93-
- run: yarn install
93+
- run: yarn
9494
- run:
9595
name: chmod permissions
9696
command: cd android && chmod +x ./gradlew

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"babel-core": "7.0.0-bridge.0",
3636
"babel-jest": "^24.8.0",
37-
"codecov": "^3.7.0",
37+
"codecov": "~3.7.0",
3838
"jest": "^24.8.0",
3939
"metro-react-native-babel-preset": "0.51.1",
4040
"react": "^16.8.6",

0 commit comments

Comments
 (0)