Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qvvJk-008ZB2-H9 for pgadmin-hackers@arkaria.postgresql.org; Thu, 26 Oct 2023 08:02:12 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qvvJj-00ELAx-7u for pgadmin-hackers@arkaria.postgresql.org; Thu, 26 Oct 2023 08:02:11 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qvvJj-00ELAo-0M for pgadmin-hackers@lists.postgresql.org; Thu, 26 Oct 2023 08:02:11 +0000 Received: from out-26.smtp.github.com ([192.30.252.209]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qvvJe-002t5N-Sy for pgadmin-hackers@lists.postgresql.org; Thu, 26 Oct 2023 08:02:10 +0000 Received: from github.com (hubbernetes-node-8012e95.ash1-iad.github.net [10.56.155.34]) by smtp.github.com (Postfix) with ESMTPA id BBB8B60041F for ; Thu, 26 Oct 2023 01:02:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1698307324; bh=IFfT0d42e1zF567LEGtvg2vlvmChBCt1LWROYF5gLOk=; h=Date:From:To:Subject:From; b=NliFBlUqwygo21DvHijCyy0TEIpWXqHqeltsPqjAEUNS4c1gB3BzeprvEK5YT0YRI 1Kt4wRubqkLsWKf9vrx/hQKB8+UfGgRuSqSvshWYHDrhyFSTQOf66HfJCJV03mnHBG Dc0Mb8cvd1DwjQpLUJ0CEt3iugea919o9aHc3Ixg= Date: Thu, 26 Oct 2023 01:02:04 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] cfa7be: Fix the builds failing because of previous commit Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: cfa7bef407ff16fc9eca197a3f56ca43260cbeea https://github.com/pgadmin-org/pgadmin4/commit/cfa7bef407ff16fc9eca197a3f56ca43260cbeea Author: Aditya Toshniwal Date: 2023-10-26 (Thu, 26 Oct 2023) Changed paths: M web/.yarnrc.yml Log Message: ----------- Fix the builds failing because of previous commit