Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 71cefba

Browse files
committed
Fix bootstrap
1 parent 16dc18a commit 71cefba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: ${{ steps.cache-npm-root.outputs.cache-hit != 'true' }}
4242
run: npm ci
4343
- name: Lerna bootstrap
44-
run: npx lerna run bootstrap
44+
run: npx lerna bootstrap
4545
- name: Build
4646
run: npx lerna run build
4747
- name: Test

0 commit comments

Comments
 (0)