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" + } +}