We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fccb7b commit ab4c702Copy full SHA for ab4c702
tsup.config.ts
@@ -7,5 +7,5 @@ export default <Options>{
7
clean: true,
8
format: ['cjs', 'esm'],
9
dts: true,
10
- onSuccess: 'npm run build:fix',
+ // onSuccess: 'npm run build:fix',
11
}
0 commit comments