Skip to content

Commit dc92542

Browse files
committed
remove pnpm
1 parent fcc15af commit dc92542

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.husky/pre-commit

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/sh
2-
pnpm install
32
npm install
43
npm run build
54
npm run pre-commit

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ git clone https://github.com/browserbase/mcp-server-browserbase.git
105105
cd mcp-server-browserbase
106106

107107
# Install the dependencies and build the project
108-
pnpm install && pnpm build
108+
npm install && npm run build
109109
```
110110

111111
Then in your MCP Config JSON run the server. To run locally we can use STDIO or self-host SHTTP.

0 commit comments

Comments
 (0)