about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2023-09-14 18:06:25 -0500
committerGitHub <noreply@github.com>2023-09-14 16:06:25 -0700
commite643c434593927cb8ad85c32a1883b10548bc2f6 (patch)
tree39bf855a230ce4c933d854827fda68a74c6f23a2 /package.json
parent37252e90b434f1fbe2dc3cac8802cf0c5b15e129 (diff)
downloadvoidsky-e643c434593927cb8ad85c32a1883b10548bc2f6.tar.zst
add build:apk and apk config (#1454)
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 69ba6f679..baf4f2843 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,8 @@
     "e2e:mock-server": "ts-node __e2e__/mock-server.ts",
     "e2e:metro": "RN_SRC_EXT=e2e.ts,e2e.tsx expo run:ios",
     "e2e:build": "detox build -c ios.sim.debug",
-    "e2e:run": "detox test --configuration ios.sim.debug --take-screenshots all"
+    "e2e:run": "detox test --configuration ios.sim.debug --take-screenshots all",
+    "build:apk": "eas build -p android --profile dev-android-apk"
   },
   "dependencies": {
     "@atproto/api": "^0.6.12",