Re-add remote redux debugger to npm run postinstall

This commit is contained in:
Harrison Healey 2016-11-09 10:12:27 -05:00
parent 8d27d08c5c
commit 1ecc3e411c

View file

@ -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