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:
+2
-2
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user