Skip to content

Commit 68b144b

Browse files
pnpm fix yet again...
1 parent d43897b commit 68b144b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/eas-android-build.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,13 @@ jobs:
116116
EXPO_TOKEN: ${{ secrets.EXPO_TOKEN }}
117117

118118
# ========================
119-
# Fix missing dependency by ensuring consistent store location
119+
# Ensure consistent pnpm store: Force reinstallation of dependencies
120120
# ========================
121121
- name: "Set pnpm global store directory"
122-
run: pnpm config set store-dir $HOME/.local/share/pnpm --global
122+
run: pnpm config set store-dir "$HOME/.local/share/pnpm/store" --global
123+
124+
- name: "Reinstall dependencies with new store"
125+
run: pnpm install --force
123126

124127
- name: "Install @expo/config-plugins"
125128
run: pnpm add @expo/config-plugins

0 commit comments

Comments
 (0)