unify mobile scripts with rest of the project

This commit is contained in:
Pavel Prichodko 2023-01-16 12:59:19 +01:00
parent e63b6dbda7
commit 4f676c117d
No known key found for this signature in database
GPG Key ID: 8E4C82D464215E83
1 changed files with 2 additions and 4 deletions

View File

@ -4,11 +4,9 @@
"main": "index.js", "main": "index.js",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "expo start -c", "dev": "expo start -c",
"android": "TAMAGUI_TARGET=native yarn expo run:android",
"ios": "TAMAGUI_TARGET=native yarn expo run:ios", "ios": "TAMAGUI_TARGET=native yarn expo run:ios",
"web": "TAMAGUI_TARGET=web yarn expo start --web", "android": "TAMAGUI_TARGET=native yarn expo run:android"
"eject": "expo eject"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.18.9", "@babel/runtime": "^7.18.9",