add expo-updates github action (#3270)
* add expo-updates github action * add two scripts
This commit is contained in:
parent
a02d5f9eb9
commit
9277282e6c
5 changed files with 206 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue