mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-09 13:18:04 -05:00
Fix Viem account utils & docs (#446)
This commit is contained in:
committed by
GitHub
parent
dc7c72b5d3
commit
ea4452cd85
1
.github/workflows/check_cli.yml
vendored
1
.github/workflows/check_cli.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/check_lib.yml
vendored
1
.github/workflows/check_lib.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/prod_build_cli.yml
vendored
1
.github/workflows/prod_build_cli.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/prod_build_lib.yml
vendored
1
.github/workflows/prod_build_lib.yml
vendored
@@ -58,6 +58,7 @@ jobs:
|
||||
run: |
|
||||
cd core
|
||||
yarn install --frozen-lockfile --production=false
|
||||
yarn install-peers -f
|
||||
- name: Run webpack
|
||||
run: |
|
||||
cd core
|
||||
|
||||
Reference in New Issue
Block a user