Skip to content

Commit

Permalink
fix: quirk of npm looking for package json inside Pods folder
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshvai committed Nov 21, 2024
1 parent b63c198 commit e47e046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "See license in LICENSE",
"workspaces": [
"packages/*",
"sample-apps/**/*"
"sample-apps/*/*"
],
"scripts": {
"start:react:sdk": "yarn workspace @stream-io/video-react-sdk run start",
Expand Down

0 comments on commit e47e046

Please sign in to comment.