Skip to content

Commit

Permalink
build: specify workspaces order according to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samsiegart committed Feb 26, 2024
1 parent 386bed7 commit 2ae3e21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"private": true,
"useWorkspaces": true,
"workspaces": [
"packages/*"
"packages/ui-components",
"packages/rpc",
"packages/web-components",
"packages/react-components"
],
"type": "module",
"packageManager": "[email protected]",
Expand Down

0 comments on commit 2ae3e21

Please sign in to comment.