mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 10:42:53 +00:00
c9b3196203
Many times devs run `make component-test` or `make component-test-watch` when there is already a metro or clojure terminal running on their system. This causes weird behaviour and it is advised to not run these commands together. This commit prevents that and shows a warning.