Skip to content

Commit c7e03f7

Browse files
committed
fix: package manager in prepare script
1 parent adb8b5a commit c7e03f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"scripts": {
3030
"build": "tsc",
31-
"prepare": "pnpm run build",
31+
"prepare": "npm run build",
3232
"test": "echo No Tests",
3333
"cf-typegen": "wrangler types"
3434
},

0 commit comments

Comments
 (0)