Skip to content

Commit 5c0c438

Browse files
committed
chore: include @joint/layout-msagl in pack-all script
1 parent 4f3fe4a commit 5c0c438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test-e2e-all": "yarn workspaces foreach --all -tvv run test-e2e-all",
2525
"lint": "yarn workspaces foreach --all -tvv run lint",
2626
"lint-fix": "yarn workspaces foreach --all -tvv run lint-fix",
27-
"pack-all": "yarn workspaces foreach --all -tvv --include \"@joint/layout-directed-graph\" --include \"@joint/core\" pack --out %s-%v.tgz"
27+
"pack-all": "yarn workspaces foreach --all -tvv --include \"@joint/layout-msagl\" --include \"@joint/layout-directed-graph\" --include \"@joint/core\" pack --out %s-%v.tgz"
2828
},
2929
"workspaces": [
3030
"./packages/*",

0 commit comments

Comments
 (0)