Skip to content

Commit

Permalink
chore: fix wrong monorepo config (#136)
Browse files Browse the repository at this point in the history
It was causing issues with npm when Pods in packages/example/ios directory were
present
  • Loading branch information
pierpo committed Jun 13, 2024
1 parent 46c12e3 commit f95a476
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
@@ -1,7 +1,7 @@
{
"name": "react-tv-space-navigation-monorepo",
"workspaces": [
"packages/**"
"packages/*"
],
"private": true,
"packageManager": "yarn@3.5.1",
Expand Down

0 comments on commit f95a476

Please sign in to comment.