From 6df52aadbb4c09693cf9189191a4403820a5e4fa Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Wed, 8 Aug 2018 11:13:23 -0300 Subject: [PATCH] Adding auth to the watcher --- config/watcher.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/watcher.ts b/config/watcher.ts index 277ec34ec..55b11c4ce 100644 --- a/config/watcher.ts +++ b/config/watcher.ts @@ -19,6 +19,9 @@ const config: Config = { "core/client/stream/**/*.ts", "core/client/stream/**/*.tsx", "core/client/stream/**/*.graphql", + "core/client/auth/**/*.ts", + "core/client/auth/**/*.tsx", + "core/client/auth/**/*.graphql", "core/server/**/*.graphql", ], ignore: [