Skip to content

Commit 6158d7e

Browse files
committed
Fix lint issue
1 parent fef8566 commit 6158d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugin/npm/npm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ class npm extends Plugin {
217217

218218
getPublicPath() {
219219
const { publishConfig } = this.getContext();
220-
return (publishConfig && publishConfig.publicPath) ?? ''
220+
return (publishConfig && publishConfig.publicPath) ?? '';
221221
}
222222

223223
async guessPreReleaseTag() {

0 commit comments

Comments
 (0)