Skip to content

Commit 4e4e703

Browse files
committed
exclude unintended path from packages
1 parent 614065f commit 4e4e703

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
@@ -91,7 +91,8 @@
9191
"typescript": "5.8.2"
9292
},
9393
"workspaces": [
94-
"packages/**",
94+
"packages/*",
95+
"packages/@rescript/*",
9596
"tests/dependencies/**",
9697
"tests/analysis_tests/**",
9798
"tests/gentype_tests/**",

0 commit comments

Comments
 (0)