feat: implement app update checks and add app configuration file
This commit is contained in:
@@ -16,7 +16,11 @@
|
||||
"lint": "expo lint",
|
||||
"test": "./node_modules/.bin/jest",
|
||||
"test:watch": "./node_modules/.bin/jest --watch",
|
||||
"test:coverage": "./node_modules/.bin/jest --coverage"
|
||||
"test:coverage": "./node_modules/.bin/jest --coverage",
|
||||
"update:dev": "eas update --branch development --message",
|
||||
"update:preview": "eas update --branch preview --message",
|
||||
"update:production": "eas update --branch production --message",
|
||||
"update:auto": "eas update --auto"
|
||||
},
|
||||
"dependencies": {
|
||||
"@better-auth/expo": "1.3.34",
|
||||
|
||||
Reference in New Issue
Block a user