Include build folders in make clean

This commit is contained in:
Elias Nahum
2017-07-19 20:20:27 -04:00
parent 50ce8b6974
commit b4f474a74e

View File

@@ -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