Add logging of yarn workaround.

This commit is contained in:
Dylan Vann 2017-04-24 17:04:30 -04:00
parent 8729f77985
commit 07a424ac09
1 changed files with 2 additions and 1 deletions

View File

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