diff --git a/package.json b/package.json index 971a5c1c7..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-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/*",