Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #2149

Merged
merged 3 commits into from
Feb 1, 2024
Merged

Release #2149

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions apps/mobile/.gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# OSX
#
.DS_Store

# Xcode
#
build/
*.pbxuser
!default.pbxuser
Expand All @@ -23,7 +21,6 @@ DerivedData
ios/.xcode.env.local

# Android/IntelliJ
#
build/
.idea
.gradle
Expand All @@ -32,7 +29,6 @@ local.properties
*.hprof

# node.js
#
node_modules/
npm-debug.log
yarn-error.log
Expand All @@ -44,7 +40,6 @@ buck-out/
!debug.keystore

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
Expand Down Expand Up @@ -90,15 +85,10 @@ web-build/

dist/

# @generated expo-cli sync-647791c5bd841d5c91864afb91c302553d300921
# The following patterns were generated by expo-cli

# OSX
#
.DS_Store

# Xcode
#
build/
*.pbxuser
!default.pbxuser
Expand All @@ -118,7 +108,6 @@ DerivedData
project.xcworkspace

# Android/IntelliJ
#
build/
.idea
.gradle
Expand All @@ -130,7 +119,6 @@ local.properties
!debug.keystore

# node.js
#
node_modules/
npm-debug.log
yarn-error.log
Expand All @@ -148,5 +136,3 @@ yarn-error.log
.expo/
web-build/
dist/
/app.json
# @end expo-cli
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"expo:web": "yarn config:mobile && yarn expo start --web",
"expo:build:detox": "yarn config:mobile && yarn detox build -c ios.sim.expo",
"expo:test:detox": "yarn config:mobile && ./bin/downloadExpoApp.sh && yarn detox test --configuration ios.sim.expo",
"eas:build": "yarn yarn config:mobile && eas build",
"eas:build": "yarn config:mobile && eas build",
"config:mobile": "yarn ts-node ../../.scripts/configure.mobile.ts"
},
"overrides": {
Expand Down
Loading