Add logging of yarn workaround.
This commit is contained in:
parent
8729f77985
commit
07a424ac09
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue