Skip to content

Commit

Permalink
fix(monorepo): adjust build order
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed May 13, 2024
1 parent c8328cf commit 1036017
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"author": "ugrc developers",
"type": "module",
"workspaces": [
"packages/utilities",
"packages/popover",
"packages/dart-board",
"packages/header",
"packages/layer-selector",
"packages/mouse-trap",
"packages/popover",
"packages/sherlock",
"packages/utilities"
"packages/sherlock"
],
"scripts": {
"build": "npm run build --workspaces",
Expand Down

0 comments on commit 1036017

Please sign in to comment.