mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 23:47:48 +08:00
Do not rerun relay compiler on its own changes
This commit is contained in:
committed by
Wyatt Johnson
parent
ec6955715f
commit
eb7ddd7310
+1
-1
@@ -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,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user