Skip to content

Commit

Permalink
build firebase in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Nov 30, 2023
1 parent 4714efd commit 0c03963
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions apps/firebase/src/celo-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0c03963

Please sign in to comment.