diff --git a/.eslintignore b/.eslintignore index 3897265..a42df6d 100644 --- a/.eslintignore +++ b/.eslintignore @@ -6,7 +6,8 @@ node_modules .env .env.* !.env.example - +dist +build_gz # Ignore files for PNPM, NPM and YARN pnpm-lock.yaml package-lock.json diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index bed535a..b3fac1e 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -61,10 +61,11 @@ jobs: make dist - name: Install yarn run: yarn && yarn postinstall - - name: Build WebUI - run: yarn build - name: Run linter run: yarn lint + - name: Build WebUI + run: yarn build + - name: Get current block id: getBlockHeight run: echo "blockHeight=$(curl -s https://mempool.space/api/blocks/tip/height)" >> $GITHUB_OUTPUT