Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ng-dev/release/publish/external-commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@ export abstract class ExternalCommands {
mode: 'silent',
});
} catch (e) {
Log.error(e);
Log.error(' ✘ An error occurred while updating Aspect lock files.');
throw new FatalReleaseActionError();
// Note: Gracefully handling these errors because `sync` command
// exits with a non-zero exit code when pnpm-lock.yaml file is updated.
Log.debug(e);
}
spinner.success(green(' Updated Aspect `rules_js` lock files.'));
}
Expand Down
Loading