Re-add remote redux debugger to npm run postinstall
This commit is contained in:
parent
8d27d08c5c
commit
1ecc3e411c
1 changed files with 2 additions and 0 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue