diff --git a/Makefile b/Makefile index dc4995a89..8e71eed51 100644 --- a/Makefile +++ b/Makefile @@ -74,6 +74,8 @@ clean: rm -f .npminstall post-install: + ./node_modules/.bin/remotedev-debugger --hostname localhost --port 5678 --injectserver + @# Hack to get react-intl and its dependencies to work with react-native @# Based off of https://github.com/este/este/blob/master/gulp/native-fix.js sed -i'' -e 's|"./locale-data/index.js": false|"./locale-data/index.js": "./locale-data/index.js"|g' node_modules/react-intl/package.json