First try CI/CD

This commit is contained in:
2026-04-22 00:39:01 +02:00
parent e8e902119b
commit 69932d23c1
5 changed files with 124 additions and 40 deletions

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",
"lint": "expo lint"
},