Skip to content

Commit 55cc98f

Browse files
committed
chore: Enabled cleaning the dist folder up before every build.
1 parent ef33849 commit 55cc98f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tools/tsup.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default defineConfig((options) => ({
1010
],
1111
format: ['cjs', 'esm'],
1212
dts: true,
13+
clean: true,
1314
sourcemap: true,
1415
treeshake: true,
1516
...options,

0 commit comments

Comments
 (0)