chore(package): update xo to version 0.21.0
This commit is contained in:
committed by
Pierre Vanduynslager
parent
cd9f2bdd44
commit
f3e4991819
@@ -48,7 +48,7 @@ async function run(options, plugins) {
|
||||
|
||||
options.repositoryUrl = await getGitAuthUrl(options);
|
||||
|
||||
if (!await isBranchUpToDate(options.branch)) {
|
||||
if (!(await isBranchUpToDate(options.branch))) {
|
||||
logger.log(
|
||||
"The local branch %s is behind the remote one, therefore a new version won't be published.",
|
||||
options.branch
|
||||
|
||||
Reference in New Issue
Block a user