Include build folders in make clean

This commit is contained in:
Elias Nahum 2017-07-19 20:20:27 -04:00 committed by Harrison Healey
parent 0ae79b4cf4
commit 6e9faa95db
2 changed files with 3 additions and 1 deletions

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

View file

@ -12,7 +12,7 @@
"commonmark-react-renderer": "hmhealey/commonmark-react-renderer#11bf3a089900eda6f3e951f8b8c80663cff4d6a3",
"deep-equal": "1.0.1",
"intl": "1.2.5",
"mattermost-redux": "mattermost/mattermost-redux#rn-release-1.0.1",
"mattermost-redux": "mattermost/mattermost-redux#master",
"prop-types": "15.5.10",
"react": "16.0.0-alpha.6",
"react-intl": "2.3.0",