Try to up inotify watches

This commit is contained in:
Adam Miskiewicz
2017-05-15 20:20:14 -07:00
parent 2b1081076b
commit 088ee9a6fe

View File

@@ -21,6 +21,7 @@ jobs:
# deploy expo playground demo
exp login -u "$EXPO_USERNAME" -p "$EXPO_PASSWORD"
echo fs.inotify.max_user_watches=524288 | tee -a /etc/sysctl.conf && sysctl -p
cd examples/NavigationPlayground && exp publish
fi
- save_cache: