Skip to content

Commit

Permalink
chore: exclude unused packages from workspaces (#2265)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Nov 7, 2024
1 parent 84b8d65 commit d61d747
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1,035 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@
"workspaces": [
"packages/*",
"tools/*",
"!packages/helloworld"
"!packages/helloworld",
"// [macOS",
"!packages/hermes-inspector-msggen",
"!packages/react-native-bots",
"// macOS]"
],
"devDependencies": {
"@babel/core": "^7.25.2",
Expand Down
Loading

0 comments on commit d61d747

Please sign in to comment.