From 4a8c7256d38463edaacf594b0084afd2d4963358 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Wed, 15 May 2024 17:18:32 -0300 Subject: [PATCH] Don't clean dist using tsup --- tsup.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tsup.config.ts b/tsup.config.ts index e374aaf..e047197 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -8,7 +8,6 @@ export default defineConfig({ target: "node20", bundle: true, splitting: false, - clean: true, dts: { resolve: true, },