build: remove syncRemoteGraphQL from codegen

This commit is contained in:
ElevateBart
2021-12-15 14:54:42 -06:00
parent dc88b2812e
commit 0231109bcf

View File

@@ -33,11 +33,6 @@ gulp.task(
// Autobarrel watcher
autobarrelWatcher,
// Codegen for our GraphQL Server so we have the latest schema to build
// the frontend codegen correctly
// Fetch the latest "remote" schema from the Cypress cloud
syncRemoteGraphQL,
// Codegen for our GraphQL Server so we have the latest schema to build the frontend codegen correctly
nexusCodegenWatch,