From fc6a64ab5c81530eafee54c2cc3518539e108363 Mon Sep 17 00:00:00 2001 From: Jackson Jessup Date: Thu, 23 May 2024 11:03:33 -0400 Subject: [PATCH] fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1f8662..cc9fa0f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Switchboard Maintainers ", "type": "module", "scripts": { - "preinstall": "npx only-allow bun && pnpm sort-package-json", + "preinstall": "npx only-allow bun && bun sort-package-json", "sort-package-json": "sort-package-json ./package.json" }, "dependencies": {