There was an error while loading. Please reload this page.
1 parent 7e4a643 commit 29981efCopy full SHA for 29981ef
1 file changed
package.json
@@ -26,8 +26,8 @@
26
"examples/*"
27
],
28
"scripts": {
29
- "start:example-host": "cd examples/simple-host && npm --registry=https://registry.npmjs.org/ i && npm start",
30
- "start:example-mcp-server": "cd examples//simple-server && npm --registry=https://registry.npmjs.org/ install && npm start",
+ "start:example-host": "cd examples/simple-host && npm start",
+ "start:example-mcp-server": "cd examples/simple-server && npm start",
31
"start": "NODE_ENV=development npm run build && concurrently 'npm run start:example-host' 'npm run start:example-mcp-server'",
32
"build": "bun build.bun.ts",
33
"prepare": "npm run build && husky",
0 commit comments