Skip to content

Commit

Permalink
fix: remove writing output to txt
Browse files Browse the repository at this point in the history
  • Loading branch information
anninowak committed Mar 26, 2024
1 parent c75fbc3 commit 522afaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
[
'@semantic-release/exec',
{
prepareCmd: `(VERSION=\${nextRelease.version} npx nx run-many -t release --verbose && VERSION=\${nextRelease.version} npx -p replace-json-property rjp ./package.json version \${nextRelease.version}) >> output.txt || cat output.txt`,
prepareCmd: `VERSION=\${nextRelease.version} npx nx run-many -t release --verbose && VERSION=\${nextRelease.version} npx -p replace-json-property rjp ./package.json version \${nextRelease.version}`,
},
],
[
Expand Down

0 comments on commit 522afaa

Please sign in to comment.