We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0cfc9 commit 475d8baCopy full SHA for 475d8ba
.circleci/config.yml
@@ -20,7 +20,7 @@ jobs:
20
- restore_cache:
21
key: node-v1-{{ checksum "package.json" }}-{{ arch }}
22
23
- - run: yarn install
+ - run: yarn
24
25
- save_cache:
26
key: yarn-v1-{{ checksum "yarn.lock" }}-{{ arch }}
@@ -90,7 +90,7 @@ jobs:
90
steps:
91
- checkout:
92
path: ~/project
93
94
- run:
95
name: chmod permissions
96
command: cd android && chmod +x ./gradlew
package.json
@@ -34,7 +34,7 @@
34
"devDependencies": {
35
"babel-core": "7.0.0-bridge.0",
36
"babel-jest": "^24.8.0",
37
- "codecov": "^3.7.0",
+ "codecov": "~3.7.0",
38
"jest": "^24.8.0",
39
"metro-react-native-babel-preset": "0.51.1",
40
"react": "^16.8.6",
0 commit comments