Skip to content

Commit e6e9126

Browse files
rizalibnumsluszniak
authored andcommitted
chore: update workspaces to use wildcard patterns for packages and apps
1 parent 9f09e53 commit e6e9126

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,8 @@
44
"packageManager": "yarn@4.1.1",
55
"workspaces": {
66
"packages": [
7-
"packages/react-native-executorch",
8-
"packages/bare-adapter",
9-
"packages/expo-adapter",
10-
"apps/computer-vision",
11-
"apps/llm",
12-
"apps/speech",
13-
"apps/text-embeddings"
7+
"packages/*",
8+
"apps/*"
149
]
1510
},
1611
"scripts": {

0 commit comments

Comments
 (0)