Skip to content

Commit

Permalink
Let the output of npm version pass through
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarta committed May 24, 2023
1 parent 31ae716 commit 33b3058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/independent-pkg-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const monorepoPackages = JSON.parse(sh.exec('lerna list --all --json', {silent:
// Meant for setting the version of a package that has its own independent version
const main = () => {
const version = process.argv[2]
setPackageVersion(version)
setPackageVersion(version, {silent: false})

const pkgName = JSON.parse(sh.exec('npm pkg get name', {silent: true}))
const otherPackages = monorepoPackages.filter((pkg) => pkg.name !== pkgName)
Expand Down

0 comments on commit 33b3058

Please sign in to comment.