This commit is contained in:
Djuri Baars 2023-11-21 21:33:34 +01:00
parent 143a36642d
commit cea450ba82
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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