From 0c03963bad25175dc15f7529bcd847bd872e0fd8 Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 30 Nov 2023 15:18:06 +0200 Subject: [PATCH] build firebase in ci --- .github/workflows/ci.yaml | 4 +++- apps/firebase/src/celo-adapter.ts | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 409a9a13b..6b3dbf010 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,8 +31,10 @@ jobs: cache: 'yarn' - name: Install Dependencies run: yarn - - name: Run Lint + - name: Run Lint Globally run: yarn lint + - name: Build Firebase + run: yarn --cwd=apps/firebase run build validate-renovate-config: name: Validate Renovate Config runs-on: ubuntu-latest diff --git a/apps/firebase/src/celo-adapter.ts b/apps/firebase/src/celo-adapter.ts index fcef9e8af..70a02ec5c 100644 --- a/apps/firebase/src/celo-adapter.ts +++ b/apps/firebase/src/celo-adapter.ts @@ -23,6 +23,7 @@ export class CeloAdapter { // To add more logging: // Use the debug of the contractkit. Run it with DEBUG=* (or the options) + // @ts-ignore this.kit = newKitFromWeb3(new Web3(nodeUrl)) console.info(`New kit from url: ${nodeUrl}`) this.privateKey = ensureLeading0x(pk)