Skip to content

Commit

Permalink
Config: Added dev-build script
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0is1 committed Oct 16, 2024
1 parent 7b79019 commit 751be81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 751be81

Please sign in to comment.