Skip to content

Commit bd16cfb

Browse files
committed
style: minor style change in lib/publish.js
1 parent 0b1f93a commit bd16cfb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/publish.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ module.exports = async ({npmPublish, pkgRoot}, pkg, context) => {
1818
const registry = getRegistry(pkg, context);
1919

2020
logger.log('Publishing version %s to npm registry', version);
21-
const result = execa('npm', ['publish', basePath, '--registry', registry], {
22-
cwd,
23-
env,
24-
});
21+
const result = execa('npm', ['publish', basePath, '--registry', registry], {cwd, env});
2522
result.stdout.pipe(
2623
stdout,
2724
{end: false}

0 commit comments

Comments
 (0)