Skip to content

Commit 420836c

Browse files
authored
fix: add language-tools packages to npm workspace (#14640)
1 parent c4816e8 commit 420836c

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
@@ -49,7 +49,8 @@
4949
"workspaces": [
5050
"packages/markdown/*",
5151
"packages/integrations/*",
52-
"packages/*"
52+
"packages/*",
53+
"packages/language-tools/*"
5354
],
5455
"engines": {
5556
"node": "^18.20.8 || ^20.3.0 || >=22.0.0"

0 commit comments

Comments
 (0)