Skip to content

Commit

Permalink
fix: limit depth of Yarn workspaces (#10723)
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Koops <jonkoops@gmail.com>
  • Loading branch information
jonkoops authored Jul 10, 2024
1 parent 974bb40 commit e57dd13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
},
"workspaces": {
"packages": [
"packages/**"
"packages/*",
"packages/react-integration/demo-app-ts"
]
}
}

0 comments on commit e57dd13

Please sign in to comment.