chore: update android/ios run scripts

This commit is contained in:
2024-10-03 19:07:33 +01:00
parent 4ceee2f8db
commit 72d57ba211

View File

@@ -5,8 +5,8 @@
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo start --android",
"ios": "expo start --ios",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint"