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 23, 2024
1 parent 13d17e1 commit 3831d11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"private": true,
"useWorkspaces": true,
"workspaces": [
"packages/*"
"packages/ui-components",
"packages/web-components",
"packages/react-components"
],
"type": "module",
"packageManager": "yarn@1.22.19",
Expand Down

0 comments on commit 3831d11

Please sign in to comment.