add expo-updates github action (#3270)

* add expo-updates github action

* add two scripts
This commit is contained in:
Hailey 2024-03-19 11:18:22 -07:00 committed by GitHub
parent a02d5f9eb9
commit 9277282e6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 206 additions and 1 deletions

View file

@ -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",