Include build folders in make clean
This commit is contained in:
parent
0ae79b4cf4
commit
6e9faa95db
2 changed files with 3 additions and 1 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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue