Skip to content

Commit 5d708c3

Browse files
committed
Formatting
1 parent 84ad3b1 commit 5d708c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/utils/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ async function publishPackageInCI(
131131
}
132132

133133
if (process.env.VERBOSE_NPM_LOGGING === 'true') {
134-
args.push('--verbose')
134+
args.push('--verbose');
135135
}
136136

137137
// Write proxy registry token for this package to .npmrc.

0 commit comments

Comments
 (0)