about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-03-19 11:18:22 -0700
committerGitHub <noreply@github.com>2024-03-19 11:18:22 -0700
commit9277282e6c9ea90003a4ee583c862af6e96b5433 (patch)
treeabb9a18b4622b717d47949e89dc533c7b86c9a0b /package.json
parenta02d5f9eb98ae0c7a3402b02b01cebaa56ce1776 (diff)
downloadvoidsky-9277282e6c9ea90003a4ee583c862af6e96b5433.tar.zst
add expo-updates github action (#3270)
* add expo-updates github action

* add two scripts
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index b526825fb..bc2b62ec9 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,9 @@
     "intl:extract": "lingui extract",
     "intl:compile": "lingui compile",
     "nuke": "rm -rf ./node_modules && rm -rf ./ios && rm -rf ./android",
-    "update-extensions": "scripts/updateExtensions.sh"
+    "update-extensions": "bash scripts/updateExtensions.sh",
+    "export": "npx expo export",
+    "make-deploy-bundle": "bash scripts/bundleUpdate.sh"
   },
   "dependencies": {
     "@atproto/api": "^0.12.0",