Skip to content

Commit

Permalink
set make run-metro target to clojure (#18215)
Browse files Browse the repository at this point in the history
The metro terminal no longer needs to have `android` target anymore.
I had to do this in #17241 

This commit sets the target of metro terminal back to `clojure`.

I tested building `android` and `iOS` on my MacOS and on my linux machines and found no side effect.
Now metro terminal is fast again.
  • Loading branch information
siddarthkay authored Dec 18, 2023
1 parent 8ba9f45 commit d9a242f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ run-clojure: export TARGET := clojure
run-clojure: ##@run Watch for and build Clojure changes for mobile
yarn shadow-cljs watch mobile

run-metro: export TARGET := android
run-metro: export TARGET := clojure
run-metro: ##@run Start Metro to build React Native changes
@scripts/start-react-native.sh

Expand Down

0 comments on commit d9a242f

Please sign in to comment.