From c0469d7e0b6490de7e0eb2f37e4081827b7a0633 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:15:16 +0100 Subject: [PATCH] test: bun fixture --- __fixtures__/bun/package.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 __fixtures__/bun/package.json diff --git a/__fixtures__/bun/package.json b/__fixtures__/bun/package.json new file mode 100644 index 0000000..8aa8b47 --- /dev/null +++ b/__fixtures__/bun/package.json @@ -0,0 +1,5 @@ +{ + "scripts": { + "preinstall": "node ../../bin.js bun" + } +}