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
No known key found for this signature in database
GPG key ID: E038DB71E0B61702

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