mirror of
https://github.com/wassname/talk.git
synced 2026-07-08 23:43:51 +08:00
Merge pull request #1726 from coralproject/prevent-compile-loop-relay
[next] Adapt relay watch config
This commit is contained in:
+1
-1
@@ -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,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user