From ec6955715f2ccf103c24dad201c2470b298351fa Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Wed, 4 Jul 2018 10:21:29 -0600 Subject: [PATCH] fixed config --- config/watcher.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/watcher.ts b/config/watcher.ts index 0831d698f..a6b643e2c 100644 --- a/config/watcher.ts +++ b/config/watcher.ts @@ -10,7 +10,7 @@ const config: Config = { watchers: { compileGraphQLTypes: { paths: ["core/server/graph/**/*.graphql"], - executor: new CommandExecutor("npm run compile:server:types", { + executor: new CommandExecutor("npm run compile:graphql", { runOnInit: true, }), },