Skip to content

chore: update balance calculation in XAddressDetail.tsx and Docker Compose command syntax #653

chore: update balance calculation in XAddressDetail.tsx and Docker Compose command syntax

chore: update balance calculation in XAddressDetail.tsx and Docker Compose command syntax #653

Workflow file for this run

name: build explorer
on:
workflow_dispatch:
pull_request:
branches:
- c4t
- dev
- suite
- suite-c4t
env:
node_version: 16
jobs:
BuildAndDeploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ env.node_version }}
- name: install yarn dependencies
run: yarn install
- name: prettier
run: yarn run format-check
- name: build
run: yarn build