Fix Viem account utils & docs (#446)

This commit is contained in:
Michał Leszczyński
2025-03-12 23:52:41 +01:00
committed by GitHub
parent dc7c72b5d3
commit ea4452cd85
9 changed files with 187 additions and 167 deletions

View File

@@ -31,6 +31,7 @@ jobs:
run: |
cd core
yarn install --frozen-lockfile --production=false
yarn install-peers -f
- name: Run tsc (root)
run: |
cd core

View File

@@ -28,6 +28,7 @@ jobs:
run: |
cd core
yarn install --frozen-lockfile --production=false
yarn install-peers -f
- name: Run tsc (root)
run: |
cd core

View File

@@ -79,6 +79,7 @@ jobs:
run: |
cd core
yarn install --frozen-lockfile --production=false
yarn install-peers -f
./node_modules/.bin/tsc
- name: Install dependencies (cli)
shell: bash

View File

@@ -58,6 +58,7 @@ jobs:
run: |
cd core
yarn install --frozen-lockfile --production=false
yarn install-peers -f
- name: Run webpack
run: |
cd core