From 5f8b22d8b930f4edcbc0ddd458085610d789b4d9 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 14 Nov 2024 11:08:54 +0100 Subject: [PATCH] chore: remove unused calls --- build.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.ts b/build.ts index 8f831b0..b79f846 100644 --- a/build.ts +++ b/build.ts @@ -33,5 +33,3 @@ await $`cp ./dist/src/index.js ./dist/index.js` await $`rm -rf ./dist/src` await $`cp ./dist/bin/cli.js ./dist/cli.js` await $`rm -rf ./dist/bin` -await $`cp ./bin/cli.d.ts ./dist/cli.d.ts` // while bun-plugin-dts-auto doesn't support bin files well -await $`rm ./bin/cli.d.ts`