From 13941840ce04810177984531b9128ec429e318fc Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Thu, 2 Jan 2025 22:53:10 -0600 Subject: [PATCH] Move back to npm (bun does not package correctly). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 346f4b6..5a7038e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ ], "scripts": { "build": "tsc", - "prepare": "bun run build", + "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {