Skip to content

Commit

Permalink
fix: remove check for google info file
Browse files Browse the repository at this point in the history
  • Loading branch information
iuricmp committed Dec 10, 2024
1 parent 92655fc commit dc70c46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mobile/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ ios.release_mode: node_modules ts_check # Run the iOS app in release mode
.PHONY: ios.release_mode

ios.release_production: node_modules ts_check
$(call check-file, GoogleService-Info.plist)
eas build --platform ios --profile production
.PHONY: ios.release_production

Expand Down

0 comments on commit dc70c46

Please sign in to comment.