Skip to content

Commit

Permalink
fix(build): add missing types dir
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Dec 10, 2021
1 parent 4a8dd68 commit f666ff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default {
{ input: './src/components/', outDir: 'dist/components' },
{ input: './src/presets/', outDir: 'dist/presets' },
{ input: './src/plugins/', outDir: 'dist/plugins' },
{ input: './src/types/', outDir: 'dist/types' },
{ input: './src/utils/', outDir: 'dist/utils' },
{ input: './src/css/', outDir: 'dist/css' }
],
Expand Down

1 comment on commit f666ff1

@vercel
Copy link

@vercel vercel bot commented on f666ff1 Dec 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.