Merge pull request #1726 from coralproject/prevent-compile-loop-relay

[next] Adapt relay watch config
This commit is contained in:
Kiwi
2018-07-04 14:07:29 -03:00
committed by GitHub
+1 -1
View File
@@ -15,7 +15,7 @@ const config: Config = {
"core/client/stream/**/*.graphql",
"core/client/server/**/*.graphql",
],
ignore: ["core/**/*.d.ts"],
ignore: ["core/**/*.d.ts", "core/**/*.graphql.ts"],
executor: new CommandExecutor("npm run compile:relay-stream", {
runOnInit: true,
}),