Skip to content

Commit

Permalink
readd false verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Feb 28, 2025
1 parent ed8e8b1 commit 698a0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publishPackages.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const packages = process.argv.slice(2).map((tag) => tag.split('@')[1])
for (const packageName of packages) {
try {
cp.execSync(
`npx nx release publish --projects @${packageName} --verbose true`,
`npx nx release publish --projects @${packageName} --verbose false`,
{ stdio: ['pipe', 'ignore', 'pipe'] }
)
} catch (e) {
Expand Down

0 comments on commit 698a0b2

Please sign in to comment.