Skip to content

Commit 4e0b8fa

Browse files
committed
remove pnpm
1 parent 020e322 commit 4e0b8fa

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
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.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,5 @@
6565
"tsx": "^4.20.3",
6666
"typescript": "^5.6.2",
6767
"typescript-eslint": "^8.35.0"
68-
},
69-
"packageManager": "[email protected]+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184"
68+
}
7069
}

pnpm-workspace.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)