We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d475125 commit 70b8f81Copy full SHA for 70b8f81
scripts/deploy/publish-npm.ts
@@ -10,5 +10,5 @@ runMain(() => {
10
printLog('Publishing')
11
// eslint-disable-next-line no-template-curly-in-string
12
fs.writeFileSync('.npmrc', '//registry.npmjs.org/:_authToken=${NPM_TOKEN}')
13
- command`yarn lerna publish from-package --yes`.withEnvironment({ NPM_TOKEN: getNpmToken() }).run()
+ command`yarn lerna publish from-package --yes`.withEnvironment({ NPM_TOKEN: getNpmToken() }).withLogs().run()
14
})
0 commit comments