Skip to content

Commit

Permalink
chore: amend tsup.config.ts configuration in workspace root in @obser…
Browse files Browse the repository at this point in the history
…verly/fits

chore: amend tsup.config.ts configuration in workspace root in @observerly/fits
  • Loading branch information
michealroberts committed Jan 10, 2025
1 parent d29cf71 commit a34f3bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"packageManager": "[email protected]",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"build": "tsup",
"format": "npx @biomejs/biome format --write",
"lint": "npx @biomejs/biome lint --write",
"preview": "vite preview",
Expand Down
1 change: 1 addition & 0 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default defineConfig({
entry: ['src/index.ts'],
format: ['cjs', 'esm'],
dts: true,
minify: true,
splitting: false,
sourcemap: true,
treeshake: true,
Expand Down

0 comments on commit a34f3bc

Please sign in to comment.