Skip to content

Commit ab4c702

Browse files
committed
fix: update tsup config
1 parent 8fccb7b commit ab4c702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ export default <Options>{
77
clean: true,
88
format: ['cjs', 'esm'],
99
dts: true,
10-
onSuccess: 'npm run build:fix',
10+
// onSuccess: 'npm run build:fix',
1111
}

0 commit comments

Comments
 (0)