Commit f58994c
committed
build(desktop-artifact): use BUN_FROZEN_LOCKFILE env var instead of --no
- Remove bun.lock copy to staging directory. The staging package.json is a flat
workspace subset with structural differences from the repo lockfile, causing
resolution conflicts in frozen mode.
- Set BUN_FROZEN_LOCKFILE=0 environment variable instead of passing
--no-frozen-lockfile. This is cleaner and lets bun generate a fresh lockfile
for the staging subset without conflicts.
- Add @effect/platform-node-shared to support the build dependencies.1 parent 2b55450 commit f58994c
4 files changed
Lines changed: 14 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
684 | 684 | | |
685 | 685 | | |
686 | 686 | | |
687 | | - | |
688 | | - | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
695 | | - | |
696 | 687 | | |
697 | 688 | | |
698 | 689 | | |
699 | 690 | | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
700 | 700 | | |
701 | | - | |
702 | 701 | | |
703 | | - | |
704 | | - | |
705 | | - | |
706 | | - | |
707 | | - | |
708 | | - | |
| 702 | + | |
709 | 703 | | |
710 | 704 | | |
711 | 705 | | |
| |||
0 commit comments