Skip to content

Commit 2c31476

Browse files
committed
test: try npm instead of pnpm on build
1 parent f0f1f01 commit 2c31476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"scripts": {
1818
"build": "tsc && shx chmod +x dist/*.js",
19-
"prepare": "pnpm run build",
19+
"prepare": "npm run build",
2020
"watch": "tsc --watch",
2121
"inspector": "npx @modelcontextprotocol/inspector node dist/index.js"
2222
},

0 commit comments

Comments
 (0)