From 5c0c43857c5806f9012a470427f5a3374790001d Mon Sep 17 00:00:00 2001 From: zbynekstara Date: Tue, 4 Nov 2025 14:41:30 +0100 Subject: [PATCH 1/2] chore: include @joint/layout-msagl in pack-all script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 971a5c1c7..642ff4a3f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "test-e2e-all": "yarn workspaces foreach --all -tvv run test-e2e-all", "lint": "yarn workspaces foreach --all -tvv run lint", "lint-fix": "yarn workspaces foreach --all -tvv run lint-fix", - "pack-all": "yarn workspaces foreach --all -tvv --include \"@joint/layout-directed-graph\" --include \"@joint/core\" pack --out %s-%v.tgz" + "pack-all": "yarn workspaces foreach --all -tvv --include \"@joint/layout-msagl\" --include \"@joint/layout-directed-graph\" --include \"@joint/core\" pack --out %s-%v.tgz" }, "workspaces": [ "./packages/*", From 486e262cab2eddcc8d7f583a269b9df12b863a6b Mon Sep 17 00:00:00 2001 From: zbynekstara Date: Wed, 14 Jan 2026 14:40:28 +0100 Subject: [PATCH 2/2] reorder --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 642ff4a3f..ace67fe25 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "test-e2e-all": "yarn workspaces foreach --all -tvv run test-e2e-all", "lint": "yarn workspaces foreach --all -tvv run lint", "lint-fix": "yarn workspaces foreach --all -tvv run lint-fix", - "pack-all": "yarn workspaces foreach --all -tvv --include \"@joint/layout-msagl\" --include \"@joint/layout-directed-graph\" --include \"@joint/core\" pack --out %s-%v.tgz" + "pack-all": "yarn workspaces foreach --all -tvv --include \"@joint/core\" --include \"@joint/layout-directed-graph\" --include \"@joint/layout-msagl\" pack --out %s-%v.tgz" }, "workspaces": [ "./packages/*",