Skip to content

Commit 088ee9a

Browse files
author
Adam Miskiewicz
committed
Try to up inotify watches
1 parent 2b10810 commit 088ee9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
2222
# deploy expo playground demo
2323
exp login -u "$EXPO_USERNAME" -p "$EXPO_PASSWORD"
24+
echo fs.inotify.max_user_watches=524288 | tee -a /etc/sysctl.conf && sysctl -p
2425
cd examples/NavigationPlayground && exp publish
2526
fi
2627
- save_cache:

0 commit comments

Comments
 (0)