Skip to content

Commit

Permalink
Update release.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SchettlerKoehler authored Apr 2, 2024
1 parent 27efc2f commit 994445d
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 994445d

Please sign in to comment.