From 8e365a6a2e9745704a65c88037aeb055fda2758f Mon Sep 17 00:00:00 2001 From: Miquel Angel Coca Piza Date: Tue, 19 Nov 2024 09:41:47 +0100 Subject: [PATCH] Added code to allow checkout graphQL overriding --- build.mjs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.mjs b/build.mjs index d4ffa80fc6..fca97b1fd9 100644 --- a/build.mjs +++ b/build.mjs @@ -6,4 +6,8 @@ overrideGQLOperations([ npm: '@dropins/storefront-cart', operations: [], }, + { + npm: '@dropins/storefront-checkout', + operations: [], + }, ]);