fix(workspace): add devtools to root workspaces config (#428)

Changesets uses package.json workspaces field, not pnpm-workspace.yaml.
This was causing the node-editor package to not be found during publish.
This commit is contained in:
YHH
2026-01-03 01:23:26 +08:00
committed by GitHub
parent f493f2d6cc
commit b95a46edaf

View File

@@ -13,6 +13,7 @@
"packages/network-ext/*",
"packages/editor/*",
"packages/editor/plugins/*",
"packages/devtools/*",
"packages/rust/*",
"packages/tools/*"
],