Skip to content

Commit

Permalink
use token (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkulinski authored Oct 3, 2023
1 parent 8169705 commit 1f415a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,8 @@ async function run() {
console.info(
` Publishing ${pkg.name}@${version} to npm with tag "${npmTag}"...`,
)
// execSync(`${cmd} --token ${process.env.NPM_TOKEN}`)
execSync(cmd)

execSync(`${cmd} --token ${process.env.NPM_TOKEN}`)
})

console.info()
Expand Down

0 comments on commit 1f415a2

Please sign in to comment.