We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae6c03 commit e8fb405Copy full SHA for e8fb405
apps/app/package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"dev": "APP_VARIANT=development expo start --ios",
7
"build:all": "pnpm run build:production && pnpm run build:development && pnpm run build:preview",
8
- "build:production": "eas build --profile production --platform android --auto-submit",
+ "build:production": "eas build --profile production --auto-submit",
9
"build:preview": "eas build --profile preview --platform all",
10
"build:development": "eas build --profile development --platform ios",
11
"format": "pnpm dlx @biomejs/biome check --apply-unsafe ./src",
0 commit comments