Skip to content

Commit

Permalink
ci(release): also build minify
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmDevs committed Oct 19, 2024
1 parent e707631 commit 0a89a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default {
[
"@semantic-release/exec",
{
prepareCmd: `pnpm build --release-branch ${process.env.RELEASE_BRANCH}`,
prepareCmd: `pnpm build --release-branch ${process.env.RELEASE_BRANCH} --build-minify`,
},
],
[
Expand Down

0 comments on commit 0a89a26

Please sign in to comment.