From 1ecc3e411cca425a05b682ede174da748be9fc5f Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Wed, 9 Nov 2016 10:12:27 -0500 Subject: [PATCH] Re-add remote redux debugger to npm run postinstall --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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