Skip to content

Commit 71a208a

Browse files
committed
fix(javascript): disable tsup clean to prevent parallel build race condition
1 parent 11ee280 commit 71a208a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/algoliasearch-client-javascript/base.tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type Requester = keyof typeof requesters;
1717

1818
export function getBaseConfig(cwd: string): Options {
1919
return {
20-
clean: true,
20+
clean: false,
2121
sourcemap: true,
2222
splitting: false,
2323
tsconfig: path.resolve(cwd, 'tsconfig.json'),

0 commit comments

Comments
 (0)