Skip to content

Commit

Permalink
ci: upate build command to build workspace dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
receter committed Sep 9, 2024
1 parent 6aac07d commit b55991b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"preview": "vite preview",
"cosmos": "cosmos",
"cosmos-export": "cosmos-export",
"prepublishOnly": "pnpm run build"
"prepublishOnly": "pnpm -r --filter ui... build"
},
"dependencies": {
"@react-aria/button": "^3.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prepublishOnly": "pnpm run build"
"prepublishOnly": "pnpm -r --filter utils... build"
},
"devDependencies": {
"@types/node": "^18.16.1",
Expand Down

0 comments on commit b55991b

Please sign in to comment.