Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed May 8, 2023
1 parent e5817e7 commit 4ab9372
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 38 deletions.
24 changes: 0 additions & 24 deletions build.config.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/components/aspect-ratio/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineBuildConfig({
{
input: './src',
builder: 'mkdist',
outDir: './dist',
outDir: 'dist',
format: 'esm',
declaration: true,
pattern: ['*.ts', '!*.test.ts', '!*/stories/*'],
Expand Down
2 changes: 1 addition & 1 deletion packages/components/avatar/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineBuildConfig({
{
input: './src',
builder: 'mkdist',
outDir: './dist',
outDir: 'dist',
format: 'esm',
declaration: true,
pattern: ['*.ts', '!*.test.ts'],
Expand Down
2 changes: 1 addition & 1 deletion packages/components/checkbox/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineBuildConfig({
{
input: './src',
builder: 'mkdist',
outDir: './dist',
outDir: 'dist',
format: 'esm',
declaration: true,
pattern: ['*.ts', '!*.test.ts'],
Expand Down
2 changes: 1 addition & 1 deletion packages/components/label/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineBuildConfig({
{
input: './src',
builder: 'mkdist',
outDir: './dist',
outDir: 'dist',
format: 'esm',
declaration: true,
pattern: ['*.ts', '!*.test.ts'],
Expand Down
2 changes: 1 addition & 1 deletion packages/components/separator/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineBuildConfig({
{
input: './src',
builder: 'mkdist',
outDir: './dist',
outDir: 'dist',
format: 'esm',
declaration: true,
pattern: ['*.ts', '!*.test.ts'],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/compose-refs/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineBuildConfig({
{
input: './src',
builder: 'mkdist',
outDir: './dist',
outDir: 'dist',
format: 'esm',
declaration: true,
pattern: ['*.ts', '!*.test.ts'],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/primitive/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineBuildConfig({
{
input: './src',
builder: 'mkdist',
outDir: './dist',
outDir: 'dist',
format: 'esm',
declaration: true,
pattern: ['*.ts', '!*.test.ts'],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/provide/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineBuildConfig({
{
input: './src',
builder: 'mkdist',
outDir: './dist',
outDir: 'dist',
format: 'esm',
declaration: true,
pattern: ['*.ts', '!*.test.ts'],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/use-callback-ref/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineBuildConfig({
{
input: './src',
builder: 'mkdist',
outDir: './dist',
outDir: 'dist',
format: 'esm',
declaration: true,
pattern: ['*.ts', '!*.test.ts'],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/use-controllable-ref/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineBuildConfig({
{
input: './src',
builder: 'mkdist',
outDir: './dist',
outDir: 'dist',
format: 'esm',
declaration: true,
pattern: ['*.ts', '!*.test.ts'],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/use-previous/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineBuildConfig({
{
input: './src',
builder: 'mkdist',
outDir: './dist',
outDir: 'dist',
format: 'esm',
declaration: true,
pattern: ['*.ts', '!*.test.ts'],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/use-size/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineBuildConfig({
{
input: './src',
builder: 'mkdist',
outDir: './dist',
outDir: 'dist',
format: 'esm',
declaration: true,
pattern: ['*.ts', '!*.test.ts'],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/utils/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineBuildConfig({
{
input: './src',
builder: 'mkdist',
outDir: './dist',
outDir: 'dist',
format: 'esm',
declaration: true,
pattern: ['*.ts', '!*.test.ts'],
Expand Down
2 changes: 1 addition & 1 deletion packages/example-package/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineBuildConfig({
{
input: './src',
builder: 'mkdist',
outDir: './dist',
outDir: 'dist',
format: 'esm',
declaration: true,
pattern: ['*.ts', '!*.test.ts'],
Expand Down

0 comments on commit 4ab9372

Please sign in to comment.