Include build folders in make clean
This commit is contained in:
parent
50ce8b6974
commit
b4f474a74e
1 changed files with 2 additions and 0 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue