Skip to content

Commit 970562a

Browse files
committed
use plain yarn
1 parent 37a7a0b commit 970562a

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.circleci/config.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,10 @@ jobs:
114114
steps:
115115
- attach_workspace:
116116
at: .
117-
- rn/yarn_install
117+
# - rn/yarn_install
118+
- run:
119+
command: yarn install --frozen-lockfile
120+
name: yarn install
118121
- run:
119122
command: yarn lint
120123
name: Run ESLint
@@ -135,7 +138,10 @@ jobs:
135138
node_version: '12.10.0'
136139
- rn/ios_simulator_start:
137140
device: 'iPhone 11'
138-
- rn/yarn_install
141+
# - rn/yarn_install
142+
- run:
143+
command: yarn install --frozen-lockfile
144+
name: yarn install
139145
- rn/pod_install:
140146
pod_install_directory: 'example/ios'
141147
- run:
@@ -157,7 +163,10 @@ jobs:
157163
at: .
158164
- rn/setup_macos_executor:
159165
node_version: '12.10.0'
160-
- rn/yarn_install
166+
# - rn/yarn_install
167+
- run:
168+
command: yarn install --frozen-lockfile
169+
name: yarn install
161170
- android_emulator_start:
162171
logcat_grep: 'com.reactcommunity.rndatetimepicker'
163172
- run:

0 commit comments

Comments
 (0)