Skip to content

Commit

Permalink
fix mobile prod command
Browse files Browse the repository at this point in the history
  • Loading branch information
dr497 committed Nov 14, 2023
1 parent 90d357a commit 7c60110
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#000000"
},
"versionCode": 4
"versionCode": 7
},
"owner": "sns-manager"
}
Expand Down
2 changes: 1 addition & 1 deletion eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"node": "18.15.0",
"autoIncrement": true,
"android": {
"buildType": "apk"
"buildType": "app-bundle"
},
"env": {
"SOLANA_RPC_URL": "https://helius-proxy.bonfida.com"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build:xnft": "XNFT=true expo export:web",
"build:web": "WEB=true expo export:web && cp _headers web-build/",
"build:mobile:dev": "eas build -p android --profile preview --local",
"build:mobile:prod": "eas build -p android --profile production --local",
"build:mobile:prod": "eas build -p android --profile production",
"start": "yarn build:xnt && npx xnft web",
"bundle": "yarn build:xnft && npx xnft bundle",
"dev": "GENERATE_SOURCEMAP=false expo start --clear --web & npx xnft --iframe http://localhost:19006",
Expand Down

0 comments on commit 7c60110

Please sign in to comment.