From 4ab1f410528fd75b1e9e8909da7bb5e821c68eb9 Mon Sep 17 00:00:00 2001 From: nobkd <44443899+nobkd@users.noreply.github.com> Date: Sun, 30 Jun 2024 03:15:33 +0200 Subject: [PATCH] chore: release script fixes --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c573cd1..6fccef6 100644 --- a/package.json +++ b/package.json @@ -70,9 +70,9 @@ }, "hooks": { "before:init": [ - "npm run format", - "npm test", - "npm run build" + "bun run lint", + "bun run test", + "bun run build" ], "after:bump": [ "sh scripts/bump.sh"