Clear watchman cache before each test

This commit is contained in:
Scott Kyle 2016-03-16 13:30:06 -07:00
parent 4d6adb9835
commit e1e567a1d5
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ open_chrome() {
}
start_packager() {
watchman watch-del-all || true
./node_modules/react-native/packager/packager.sh | tee "$PACKAGER_OUT" &
while :; do