Skip to content

Commit 2ae3e21

Browse files
committed
build: specify workspaces order according to dependencies
1 parent 386bed7 commit 2ae3e21

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"private": true,
44
"useWorkspaces": true,
55
"workspaces": [
6-
"packages/*"
6+
"packages/ui-components",
7+
"packages/rpc",
8+
"packages/web-components",
9+
"packages/react-components"
710
],
811
"type": "module",
912
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)