From 69de6e358a53a2a714280d5c8a1ea206195ad391 Mon Sep 17 00:00:00 2001 From: harukin-DeskMini Date: Mon, 4 Jul 2022 22:20:11 +0900 Subject: [PATCH] eas build config add --- eas.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/eas.json b/eas.json index 0777a45..2e57c03 100644 --- a/eas.json +++ b/eas.json @@ -10,7 +10,12 @@ "preview": { "distribution": "internal" }, - "production": {} + "mapsbuild":{ + "releaseChannel": "mapsbuild" + }, + "production": { + "releaseChannel": "release" + } }, "submit": { "production": {}