Skip to content

Commit

Permalink
fix(ui): types not bundled with package
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Sep 27, 2024
1 parent ab362f2 commit 3357199
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/tsup.config.web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export default defineConfig({
],
}),
],
onSuccess: 'panda cssgen --outfile dist-web/styles.css',
onSuccess:
'panda cssgen --outfile dist-web/styles.css && tsc --build tsconfig.web.json --emitDeclarationOnly',
format: ['esm'],
tsconfig: 'tsconfig.web.json',
outDir: 'dist-web',
Expand Down

0 comments on commit 3357199

Please sign in to comment.