Skip to content

Commit d61d747

Browse files
authored
chore: exclude unused packages from workspaces (#2265)
1 parent 84b8d65 commit d61d747

File tree

2 files changed

+19
-1035
lines changed

2 files changed

+19
-1035
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@
3737
"workspaces": [
3838
"packages/*",
3939
"tools/*",
40-
"!packages/helloworld"
40+
"!packages/helloworld",
41+
"// [macOS",
42+
"!packages/hermes-inspector-msggen",
43+
"!packages/react-native-bots",
44+
"// macOS]"
4145
],
4246
"devDependencies": {
4347
"@babel/core": "^7.25.2",

0 commit comments

Comments
 (0)