mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-28 06:46:24 +00:00
fix(build): update bun install command to use --linker isolated in build workflows and module commands
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
bun-version: latest
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun upgrade && bun install
|
||||
run: bun upgrade && bun install --linker isolated
|
||||
|
||||
- name: Type check server
|
||||
run: bun run forge types server
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
bun-version: latest
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun upgrade && bun install
|
||||
run: bun upgrade && bun install --linker isolated
|
||||
|
||||
- name: Build client
|
||||
run: bun run forge build client
|
||||
|
||||
Reference in New Issue
Block a user