Lines Matching refs:yarn
36 yarn-workspace: 'true'
40 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
41 run: yarn install --frozen-lockfile
44 run: yarn create expo-app ./development-client-android-test --yes
63 run: yarn add file:../expo/packages/expo-dev-client
69 run: yarn expo prebuild --platform android
93 yarn-workspace: 'true'
95 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
96 run: yarn install --frozen-lockfile
99 run: yarn create expo-app ./development-client-ios-test --yes
118 run: yarn add file:../expo/packages/expo-dev-client
124 run: yarn expo prebuild --platform ios