From 45d5e45d6a38592418a40d41eac4dd5f7613cf7a Mon Sep 17 00:00:00 2001 From: Darp Alakun Date: Tue, 7 Jan 2025 15:38:59 -0500 Subject: [PATCH] refactor: migrate devbox from bun to pnpm --- devbox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"