Skip to content

Commit

Permalink
chore(monorepo): order the build for success
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Sep 18, 2024
1 parent 22529d5 commit 449f2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"packages/*"
],
"scripts": {
"build": "npm run build --workspaces",
"build": "npm run build --workspace @ugrc/utilities --workspace @ugrc/utah-design-system --workspace @ugrc/dart-board --workspace @ugrc/layer-selector --workspace @ugrc/mousetrap --workspace @ugrc/sherlock --workspace @ugrc/popover --workspace @ugrc/header",
"build:storybook": "storybook build --docs --output-dir ./dist --disable-telemetry",
"format": "prettier . --write",
"lint": "eslint .",
Expand Down

0 comments on commit 449f2f3

Please sign in to comment.