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",