Skip to content

Commit 70b8f81

Browse files
🔊 add debug logs to npm publishing command (#4047)
1 parent d475125 commit 70b8f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy/publish-npm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ runMain(() => {
1010
printLog('Publishing')
1111
// eslint-disable-next-line no-template-curly-in-string
1212
fs.writeFileSync('.npmrc', '//registry.npmjs.org/:_authToken=${NPM_TOKEN}')
13-
command`yarn lerna publish from-package --yes`.withEnvironment({ NPM_TOKEN: getNpmToken() }).run()
13+
command`yarn lerna publish from-package --yes`.withEnvironment({ NPM_TOKEN: getNpmToken() }).withLogs().run()
1414
})

0 commit comments

Comments
 (0)