mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
fix bun 1.3 new hoisting (for now)
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: ./app
|
||||
run: bun install
|
||||
run: bun install --linker=hoisted
|
||||
|
||||
- name: Build
|
||||
working-directory: ./app
|
||||
|
||||
Reference in New Issue
Block a user