Do not rerun relay compiler on its own changes

This commit is contained in:
Chi Vinh Le
2018-07-03 15:49:35 -03:00
committed by Wyatt Johnson
parent ec6955715f
commit eb7ddd7310
+1 -1
View File
@@ -21,7 +21,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,
}),