Skip to content

Commit

Permalink
fix(build): minify in ci env
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c committed Jan 31, 2023
1 parent 0bfe828 commit adce38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export default defineConfig({
clean: !isCI,
dts: true,
format: ['cjs', 'esm'],
minify: !isCI,
minify: isCI,
banner: { js: myBanner },
});

0 comments on commit adce38a

Please sign in to comment.