Skip to content

Commit

Permalink
Remove duplicated brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Feb 4, 2025
1 parent 05cb5be commit 87f613c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/versionPackages.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ for (const path of packages) {
tags.push(`${packageName}@${nextVersion}`)

cp.execSync(
`npx nx release version --projects ${packageName} --specifier ${nextVersion} --git-commit-message "Update package ${{
packageName,
}} to {version}." --verbose false`,
`npx nx release version --projects ${packageName} --specifier ${nextVersion} --git-commit-message "Update package ${packageName} to {version}." --verbose false`,
{ stdio: ['pipe', 'ignore', 'pipe'] }
)
}
Expand Down

0 comments on commit 87f613c

Please sign in to comment.