Move package scripts into packages tree

- relocate Bun normalization helpers under `packages/scripts`
- update shared package build logic to use the new paths
- remove obsolete top-level package wrappers
This commit is contained in:
2026-04-25 12:20:35 +03:00
parent 94864cb5e4
commit 0cf92db43b
7 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -70,8 +70,8 @@ in {
--no-progress \
${renderBunFilters filters}
bun --bun ${../nix/scripts/canonicalize-node-modules.ts}
bun --bun ${../nix/scripts/normalize-bun-binaries.ts}
bun --bun ${./scripts/canonicalize-node-modules.ts}
bun --bun ${./scripts/normalize-bun-binaries.ts}
runHook postBuild
'';