Skip to content

Commit f95a476

Browse files
author
Pierre Poupin
authored
chore: fix wrong monorepo config (#136)
It was causing issues with npm when Pods in packages/example/ios directory were present
1 parent 46c12e3 commit f95a476

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-tv-space-navigation-monorepo",
33
"workspaces": [
4-
"packages/**"
4+
"packages/*"
55
],
66
"private": true,
77
"packageManager": "yarn@3.5.1",

0 commit comments

Comments
 (0)