Skip to content

Commit 26a56da

Browse files
committed
test ci
1 parent 07c2cfa commit 26a56da

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

app/eas.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@
1515
"autoIncrement": true
1616
},
1717
"local": {
18+
"distribution": "internal",
1819
"android": {
19-
"buildType": "apk"
20+
"buildType": "apk",
21+
"gradleCommand": ":app:assembleRelease"
22+
},
23+
"env": {
24+
"NODE_ENV": "production"
2025
}
2126
}
2227
},

0 commit comments

Comments
 (0)