Skip to content

Commit

Permalink
chore: more cleanup'
Browse files Browse the repository at this point in the history
  • Loading branch information
orteth01 committed Jan 14, 2025
1 parent c63e489 commit a99ebe4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/design-system/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ export default defineConfig({
esmExtension: 'js',
}),
],
entry: [
'src/**/*.{ts,tsx}',
'!src/**/*.{stories,test}.{ts,tsx}',
'!src/**/*.{stories,test}.old.{ts,tsx}',
],
entry: ['src/**/*.{ts,tsx}', '!src/**/*.{stories,test}.{ts,tsx}'],
dts: true,
format: 'esm',
sourcemap: true,
Expand Down

0 comments on commit a99ebe4

Please sign in to comment.