From 448dc8532e7482808a2a9e03cb7b8f179bfb14f0 Mon Sep 17 00:00:00 2001 From: amit Date: Tue, 23 Jul 2024 18:30:12 +0530 Subject: [PATCH] fix: analytics --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c44982b8..7f0dbed63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,10 +30,6 @@ jobs: run: | npm install npx prettier --check "**/*.{graphql,yml,json,md,sh,ts,tsx,js}" -# Commenting out as release is blocked due to this -# cd ./publish-externals -# npm run generate -# cd .. npm run typecheck npm run build