From 978396408901b1192b770e35f4434190aff58699 Mon Sep 17 00:00:00 2001 From: David Arenas Date: Tue, 26 Nov 2024 00:12:35 -0400 Subject: [PATCH] fix(npm): using pnpm in scripts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e82b312..609e072 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,8 @@ "build:prod": "rimraf dist && env NODE_ENV=production tsup", "build:watch": "tsup --watch", "lint:format": "prettier --loglevel warn --write \"./**/*.{ts,tsx,css,md,json}\"", - "lint": "pnpm lint:format", - "prepublishOnly": "pnpm lint && pnpm build:prod" + "lint": "bun lint:format", + "prepublishOnly": "bun lint && bun build:prod" }, "devDependencies": { "@types/bun": "latest",