mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
fix(pack): include components in linux internal packages
Generated-By: looper 0.9.2 (runner=fixer, agent=opencode)
This commit is contained in:
parent
2773619d46
commit
0b28c3a89c
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ const CONTAINER_NODE_VERSION = "24.14.1";
|
|||
const CONTAINER_TOOLS_PACK_CLI_PATH = "tools/pack/bin/tools-pack.mjs";
|
||||
|
||||
export const INTERNAL_PACKAGES = [
|
||||
{ directory: "packages/components", name: "@open-design/components" },
|
||||
{ directory: "packages/contracts", name: "@open-design/contracts" },
|
||||
{ directory: "packages/registry-protocol", name: "@open-design/registry-protocol" },
|
||||
{ directory: "packages/sidecar-proto", name: "@open-design/sidecar-proto" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue