Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk committed Sep 3, 2024
1 parent 720e99d commit b44d106
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/pigment-css-react/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ export default defineConfig([
},
{
...baseConfig,
entry: [
'./src/internal/index.ts',
],
entry: ['./src/internal/index.ts'],
outDir: 'internal',
},
]);

0 comments on commit b44d106

Please sign in to comment.