From 751be81663c4bf6db87e83458b47d49e7be526f5 Mon Sep 17 00:00:00 2001 From: Suryaa <0x0is1@protonmail.com> Date: Thu, 17 Oct 2024 02:21:48 +0530 Subject: [PATCH] Config: Added dev-build script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f6dc00..b056d9c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web", - "build": "eas build --profile preview --platform android" + "build": "eas build --profile preview --platform android", + "build:dev": "eas build --profile development --platform android" }, "dependencies": { "@react-native-async-storage/async-storage": "1.23.1",