fixed config

This commit is contained in:
Wyatt Johnson
2018-07-04 10:21:29 -06:00
parent 679ad01a7d
commit ec6955715f
+1 -1
View File
@@ -10,7 +10,7 @@ const config: Config = {
watchers: {
compileGraphQLTypes: {
paths: ["core/server/graph/**/*.graphql"],
executor: new CommandExecutor("npm run compile:server:types", {
executor: new CommandExecutor("npm run compile:graphql", {
runOnInit: true,
}),
},