We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3fe4a commit 5c0c438Copy full SHA for 5c0c438
package.json
@@ -24,7 +24,7 @@
24
"test-e2e-all": "yarn workspaces foreach --all -tvv run test-e2e-all",
25
"lint": "yarn workspaces foreach --all -tvv run lint",
26
"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"
+ "pack-all": "yarn workspaces foreach --all -tvv --include \"@joint/layout-msagl\" --include \"@joint/layout-directed-graph\" --include \"@joint/core\" pack --out %s-%v.tgz"
28
},
29
"workspaces": [
30
"./packages/*",
0 commit comments