Skip to content

Commit 67f000c

Browse files
committed
add rust compile pkg dir ignore to workspaces def in root package
1 parent a0ca601 commit 67f000c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
".claude/hooks",
1313
"apps/**",
1414
"libs/**",
15-
"tests/**"
15+
"tests/**",
16+
"!**/pkg"
1617
]
1718
},
1819
"scripts": {

0 commit comments

Comments
 (0)