mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:21:10 +02:00
fix(matrix-mobile): use string format for pnpm version in eas.json
EAS CLI requires pnpm to be a version string, not an object. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
bc3a527bf4
commit
a7acffd3e8
1 changed files with 1 additions and 3 deletions
|
|
@ -6,9 +6,7 @@
|
|||
"build": {
|
||||
"base": {
|
||||
"node": "22.22.1",
|
||||
"pnpm": {
|
||||
"version": "9.15.0"
|
||||
},
|
||||
"pnpm": "9.15.0",
|
||||
"env": {
|
||||
"EAS_BUILD_RUNNER": "eas-build-on-success"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue