Skip to content

Commit 59959bc

Browse files
fix: added nx config in example
1 parent ecae713 commit 59959bc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

examples/mcp-sdk/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,12 @@
2020
"tsx": "^4.19.3",
2121
"typescript": "^5.8.2",
2222
"@types/express": "^5.0.1"
23+
},
24+
"nx": {
25+
"targets": {
26+
"build": {
27+
"dependsOn": ["^build"]
28+
}
29+
}
2330
}
24-
}
31+
}

0 commit comments

Comments
 (0)