Skip to content

Commit

Permalink
Include build folders in make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
enahum committed Jul 20, 2017
1 parent 50ce8b6 commit b4f474a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4f474a

Please sign in to comment.