From 07a424ac0949c4d7d5ae0ab1a8ec678666875f58 Mon Sep 17 00:00:00 2001 From: Dylan Vann Date: Mon, 24 Apr 2017 17:04:30 -0400 Subject: [PATCH] Add logging of yarn workaround. --- example/ios/buddybuild_prebuild.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/ios/buddybuild_prebuild.sh b/example/ios/buddybuild_prebuild.sh index 687544a..be2ce2c 100755 --- a/example/ios/buddybuild_prebuild.sh +++ b/example/ios/buddybuild_prebuild.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash -# Fixes a yarn bug: https://github.com/yarnpkg/yarn/issues/685 +# Workaround for a yarn bug: https://github.com/yarnpkg/yarn/issues/685 +echo "Removing duplicate node_modules, workaround for yarn bug." rm -rf ../node_modules/react-native-fast-image/node_modules