File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 2323 node-version-file : ' .nvmrc'
2424 cache : ' yarn'
2525
26+ - run : yarn install --immutable
27+
2628 - run : yarn bootstrap
2729
2830 lint :
4446 node-version-file : ' .nvmrc'
4547 cache : ' yarn'
4648
49+ - run : yarn install --immutable
4750 - run : yarn lint
4851 - run : yarn typescript
4952
6568 with :
6669 node-version-file : ' .nvmrc'
6770 cache : ' yarn'
71+
72+ - run : yarn install --immutable
6873 - run : yarn test
6974
7075 ios :
@@ -103,6 +108,7 @@ jobs:
103108 node-version-file : ' .nvmrc'
104109 cache : ' yarn'
105110
111+ - run : yarn install --immutable
106112 - run : yarn e2e:reset
107113 - run : yarn bootstrap
108114 - run : yarn e2e:build:ios:release
@@ -139,6 +145,9 @@ jobs:
139145 key : avd-31-arm64-macos
140146
141147 - name : Install dependencies
148+ run : yarn install --immutable
149+
150+ - name : Bootstrap
142151 run : yarn bootstrap
143152
144153 - name : Build Android app
You can’t perform that action at this time.
0 commit comments