Skip to content

Commit

Permalink
release: test
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Feb 5, 2024
1 parent 04dba43 commit 3beea30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/publishPackages.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ for (const path of packages) {
const context = { cwd: path, stdio: 'inherit' }
tags.push(`${getPackageName(path)}@${nextVersion}`)

cp.execSync('npm config set loglevel warn')
cp.execSync('npm version ' + nextVersion + ' --silent', context)
cp.execSync(
'npm set //registry.npmjs.org/:_authToken ' +
Expand Down

0 comments on commit 3beea30

Please sign in to comment.