Skip to content

Commit 8aa2726

Browse files
committed
fix: correct build script
1 parent 7e47df6 commit 8aa2726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from 'tsup'
22

33
export default defineConfig({
4-
entryPoints: ['src/index.ts', 'src/bare.ts'],
4+
entryPoints: ['src/index.ts', 'src/picocolors.ts'],
55
outDir: 'dist',
66
format: ['esm'],
77
tsconfig: './tsconfig.json',

0 commit comments

Comments
 (0)