diff --git a/devbox.json b/devbox.json index 0e0eb52..4a40e69 100644 --- a/devbox.json +++ b/devbox.json @@ -6,14 +6,14 @@ ], "shell": { "init_hook": [ - "bun install" + "pnpm install" ], "scripts": { "build": [ - "bun run build" + "pnpm run build" ], "publish": [ - "npm publish" + "pnpm publish" ], "bump": [ "npm version patch"