Skip to content

Commit 29981ef

Browse files
committed
Update package.json
1 parent 7e4a643 commit 29981ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"examples/*"
2727
],
2828
"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",
29+
"start:example-host": "cd examples/simple-host && npm start",
30+
"start:example-mcp-server": "cd examples/simple-server && npm start",
3131
"start": "NODE_ENV=development npm run build && concurrently 'npm run start:example-host' 'npm run start:example-mcp-server'",
3232
"build": "bun build.bun.ts",
3333
"prepare": "npm run build && husky",

0 commit comments

Comments
 (0)