Skip to content

Commit

Permalink
Sort params
Browse files Browse the repository at this point in the history
  • Loading branch information
mbraak committed Mar 31, 2024
1 parent d41cdc3 commit c93c445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ if (!debugBuild) {

if (!debugBuild && process.env.CODECOV_TOKEN) {
const codecovPlugin = codecovRollupPlugin({
enableBundleAnalysis: true,
bundleName: "jqtree-bundle",
enableBundleAnalysis: true,
uploadToken: process.env.CODECOV_TOKEN,
});
plugins.push(codecovPlugin);
Expand Down

0 comments on commit c93c445

Please sign in to comment.