Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jun 5, 2023
1 parent fef8566 commit 6158d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugin/npm/npm.js
Expand Up @@ -217,7 +217,7 @@ class npm extends Plugin {

getPublicPath() {
const { publishConfig } = this.getContext();
return (publishConfig && publishConfig.publicPath) ?? ''
return (publishConfig && publishConfig.publicPath) ?? '';
}

async guessPreReleaseTag() {
Expand Down

0 comments on commit 6158d7e

Please sign in to comment.