From b4f474a74e23c30e809d0dfd29465541c17e0784 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Wed, 19 Jul 2017 20:20:27 -0400 Subject: [PATCH] Include build folders in make clean --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 304a9dcc497..197343ff677 100644 --- a/Makefile +++ b/Makefile @@ -90,6 +90,8 @@ clean: rm -rf node_modules rm -f .yarninstall rm -rf dist + rm -rf ios/build + rm -rf android/app/build post-install: ./node_modules/.bin/remotedev-debugger --hostname localhost --port 5678 --injectserver