Skip to content

Commit

Permalink
Merge pull request #431 from danilaplee/fix-expo-web
Browse files Browse the repository at this point in the history
feat: fix expo web
  • Loading branch information
steida authored Jun 18, 2024
2 parents bd90547 + 1a76a5e commit c2637f1
Show file tree
Hide file tree
Showing 31 changed files with 3,002 additions and 605 deletions.
11 changes: 11 additions & 0 deletions apps/native/.eas/build/pnpm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
build:
name: pnpm install
steps:
- eas/checkout
- run:
name: Install dependencies
command: pnpm install --shamefully-hoist
- run:
name: Build packages
command: cd ../../ && pnpm build && cd apps/native
- eas/build
Loading

0 comments on commit c2637f1

Please sign in to comment.