Skip to content

Commit

Permalink
Updated build scripts and added eas support
Browse files Browse the repository at this point in the history
Signed-off-by: sarthakpranesh <sarthakpranesh08@gmail.com>
  • Loading branch information
sarthakpranesh committed Aug 7, 2022
1 parent 4e22044 commit 5a6ee46
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cli": {
"version": ">= 0.57.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"web": "expo start --web",
"eject": "expo eject",
"desktop": "tauri dev",
"build-android": "expo build:android",
"build-ios": "expo build:ios",
"build-web": "expo build:web",
"build-android": "eas build -p android",
"build-ios": "eas build -p ios",
"build-web": "expo export:web",
"build-desktop": "tauri build",
"lint": "eslint ."
},
Expand Down

0 comments on commit 5a6ee46

Please sign in to comment.