diff --git a/scripts/dangers/keep-package-and-lock-in-sync.js b/scripts/dangers/keep-package-and-lock-in-sync.js index a4f9712d5..1e39860c6 100644 --- a/scripts/dangers/keep-package-and-lock-in-sync.js +++ b/scripts/dangers/keep-package-and-lock-in-sync.js @@ -93,7 +93,7 @@ export function lockFileLint( if (result && result.type === 'success') { onSuccess(); - } else if (result && result.type === 'error') { + } else if (result && result.type === 'error') { result.errors.forEach((error) => onError( `\n${error.message}\n\nat ${basePath}\n`, basePath,