Front End: Initialize TypeScript Project (#62)
* Front End: Initialize TypeScript Project * Front End: Re-initialize project using Expo * Front Project Initialization: Add testing dependency * Init Front: Setup EAS configuration file * Front: Workflows: Re-do build CI for Expo
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"build": {
|
||||
"debug": {
|
||||
"android": {
|
||||
"buildType": "apk",
|
||||
"gradleCommand": ":app:assembleDebug",
|
||||
"developmentClient": true,
|
||||
"distribution": "internal"
|
||||
}
|
||||
},
|
||||
"production": {
|
||||
"android": {
|
||||
"buildType": "apk",
|
||||
"gradleCommand": ":app:assembleRelease",
|
||||
"developmentClient": true,
|
||||
"distribution": "internal"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user