Skip to content

Commit

Permalink
ci: fix web build tamagui
Browse files Browse the repository at this point in the history
  • Loading branch information
OverGlass committed Jul 26, 2024
1 parent 78eb03e commit a43f393
Show file tree
Hide file tree
Showing 3 changed files with 355 additions and 712 deletions.
6 changes: 6 additions & 0 deletions .github/actions/build-web/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ runs:
- name: 🧙🏻‍♂️ Third patch build (otherwise we'll have a .length error)
shell: bash
run: yarn expo export -p web
- name: 🧙🏻‍♂️ Fourth patch build (otherwise we'll have a .length error)
shell: bash
run: yarn expo export -p web
- name: 🧙🏻‍♂️ Fifth patch build (otherwise we'll have a .length error)
shell: bash
run: yarn expo export -p web
continue-on-error: true
- name: 🛠️ Definitive build
shell: bash
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,11 @@
"@ronradtke/react-native-markdown-display": "^8.0.0",
"@sentry/react-native": "~5.22.0",
"@shopify/react-native-skia": "1.2.3",
"@tamagui/babel-plugin": "1.104.2",
"@tamagui/config": "1.104.2",
"@tamagui/lucide-icons": "1.104.2",
"@tamagui/metro-plugin": "1.104.2",
"@tamagui/select": "1.104.2",
"@tamagui/toast": "1.104.2",
"@tamagui/babel-plugin": "1.98.0",
"@tamagui/config": "1.98.0",
"@tamagui/lucide-icons": "1.98.0",
"@tamagui/metro-plugin": "1.98.0",
"@tamagui/toast": "1.98.0",
"@tanstack/react-query": "^5.25.0",
"@testing-library/react-native": "^12.4.3",
"@turf/turf": "^7.0.0",
Expand Down
Loading

0 comments on commit a43f393

Please sign in to comment.