chore: add dev client build profile

This commit is contained in:
xuhongbin
2026-03-08 00:41:17 +08:00
parent aa4e12823d
commit c70ca1641a
4 changed files with 367 additions and 20 deletions

View File

@@ -9,6 +9,7 @@
"web": "expo start --web",
"proxy": "node server/index.js",
"dev:web-proxy": "concurrently -n proxy,web -c green,blue \"npm run proxy\" \"npm run web\"",
"eas:build:development": "eas build --profile development",
"eas:build:preview": "eas build --profile preview",
"eas:build:production": "eas build --profile production",
"eas:update:preview": "eas update --branch preview --message",
@@ -21,6 +22,7 @@
"expo": "~55.0.5",
"expo-clipboard": "~55.0.8",
"expo-constants": "~55.0.7",
"expo-dev-client": "~6.0.16",
"expo-linking": "~55.0.7",
"expo-router": "~55.0.4",
"expo-secure-store": "~55.0.8",