diff --git a/config/watcher.ts b/config/watcher.ts index 871b5ca73..9b555d335 100644 --- a/config/watcher.ts +++ b/config/watcher.ts @@ -59,6 +59,7 @@ const config: Config = { "compileRelayStream", ], docz: ["runDocz", "compileCSSTypes"], + jest: ["runJest", "compileCSSTypes", "compileRelayStream"], }, };