Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Nov 24, 2024
1 parent ae42eeb commit 9388bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"scripts": {
"start": "tsc --build --verbose && expo start --port 8082",
"start:clean": "tsc --build --verbose && expo start -c --port 8082",
"android": "tsc --build --verbose && expo start --android",
"ios": "tsc --build --verbose && expo start --ios",
"android": "tsc --build --verbose && expo run:android",
"ios": "tsc --build --verbose && expo run:ios",
"build:android": "cross-env EAS_NO_VCS=1 tsc --build --verbose && eas build --profile production --platform android",
"build:android:local": "cross-env EAS_NO_VCS=1 tsc --build --verbose && eas build --profile production --platform android --local",
"build:android:preview": "cross-env EAS_NO_VCS=1 tsc --build --verbose && eas build --profile preview --platform android",
Expand Down

0 comments on commit 9388bb7

Please sign in to comment.