mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 10:20:12 +08:00
Do not rerun relay compiler on its own changes
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