From 0231109bcfcce0fbc895e7b2e5c5a6b0df01f3f2 Mon Sep 17 00:00:00 2001 From: ElevateBart Date: Wed, 15 Dec 2021 14:54:42 -0600 Subject: [PATCH] build: remove syncRemoteGraphQL from codegen --- scripts/gulp/gulpfile.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/gulp/gulpfile.ts b/scripts/gulp/gulpfile.ts index 49f40814f2..1807a395c5 100644 --- a/scripts/gulp/gulpfile.ts +++ b/scripts/gulp/gulpfile.ts @@ -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,