fix(ci): use bun install for monorepo sub-package dependency resolution
This commit is contained in:
parent
eaab216478
commit
1ec2622b9d
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
echo "=== Installing dependencies ==="
|
||||
pnpm install --no-frozen-lockfile
|
||||
bun install
|
||||
echo "Dependencies installed"
|
||||
|
||||
- name: Build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue