Skip to content

Commit

Permalink
Merge pull request #433 from danilaplee/feat-fix-eas-build
Browse files Browse the repository at this point in the history
feat: fix eas build
  • Loading branch information
steida authored Jun 18, 2024
2 parents c2637f1 + 5278652 commit ec2eec7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/native/.eas/build/pnpm.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build:
name: pnpm install
name: build with packages
steps:
- eas/checkout
- run:
Expand Down
5 changes: 4 additions & 1 deletion apps/native/eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"config":"pnpm.yml"
},
"production": {
"config":"pnpm.yml"
"config":"pnpm.yml",
"android": {
"image": "latest"
}
}
},
"submit": {
Expand Down
2 changes: 0 additions & 2 deletions apps/native/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ const babelLoaderConfiguration = {
module.exports = async function (env, argv) {
const config = await createExpoWebpackConfigAsync(env, argv);
let babel = getExpoBabelLoader(config);
// console.info(babel)
// config.mode
if (babel) {
babel.use = babelLoaderConfiguration.use;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"release": "pnpm run build && changeset publish",
"ios": "cd apps/native && pnpm ios",
"android": "cd apps/native && pnpm android",
"eas:android":"cd apps/native && eas build --platform android",
"eas:android":"cd apps/native && eas build --platform android --profile preview",
"generate-sql": "bun scripts/generateSql.ts",
"docs": "typedoc"
},
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ec2eec7

Please sign in to comment.