Skip to content

Commit 4e1b564

Browse files
kubeclaude
andcommitted
FE-518: Exclude node_modules from workspace glob to fix turbo duplicate package error
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e8d62da commit 4e1b564

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
},
1010
"workspaces": {
1111
"packages": [
12+
"!**/node_modules",
1213
"!**/pkg",
1314
".claude/hooks",
1415
"apps/**",

0 commit comments

Comments
 (0)