Skip to content

Commit 8cc678a

Browse files
Make build:react:deps & build:react-native:deps respect dep graph
1 parent 37c1c3b commit 8cc678a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"build:video-filters-web": "yarn workspace @stream-io/video-filters-web run build",
3030
"build:video-filters-react-native": "yarn workspace @stream-io/video-filters-react-native run build",
3131
"build:noise-cancellation-react-native": "yarn workspace @stream-io/noise-cancellation-react-native run build",
32-
"build:react:deps": "yarn build:client && yarn build:styling && yarn build:react:bindings && yarn build:video-filters-web && yarn build:audio-filters-web && yarn build:react:sdk",
33-
"build:react-native:deps": "yarn build:client && yarn build:react:bindings && yarn build:video-filters-react-native && yarn build:noise-cancellation-react-native && yarn build:react-native:sdk",
32+
"build:react:deps": "yarn workspaces foreach -Apv --topological-dev --include 'packages/{client,react-{sdk,bindings},styling,{video,audio}-filters-web}' run build",
33+
"build:react-native:deps": "yarn workspaces foreach -Apv --topological-dev --include 'packages/{client,react-bindings,{video-filters,noise-cancellation}-react-native,react-native-sdk}' run build",
3434
"build:vercel": "yarn build:react:deps && yarn build:react:dogfood",
3535
"start:egress": "yarn workspace @stream-io/egress-composite start",
3636
"build:egress": "yarn workspace @stream-io/egress-composite build",

0 commit comments

Comments
 (0)