Skip to content

Commit

Permalink
set make run-metro target to clojure
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Dec 16, 2023
1 parent e06d8cb commit 7a4def5
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 7a4def5

Please sign in to comment.