Skip to content

Commit 0f24d05

Browse files
OttoAllmendingerllm-git
andcommitted
feat: update build process to use lerna
Replace npm workspace command with lerna for building packages. This ensures proper build order and improved logging with --stream flag. Issue: BTC-2786 Co-authored-by: llm-git <[email protected]>
1 parent c8df512 commit 0f24d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
working-directory: packages/wasm-utxo
7171

7272
- name: build packages
73-
run: npm --workspaces run build
73+
run: npx lerna run build --stream
7474

7575
- name: Check Source Code Formatting
7676
run: npm run check-fmt

0 commit comments

Comments
 (0)