Patch Release
-
fix(deploy): handle server file (#10061) by @jtoar
This fixes the CLI commands for Coherence and Flightcontrol. For Coherence, it fixes a bug introduced in the last patch where the logic for detecting the server file in the setup command (
yarn rw setup deploy coherence
) was flipped. For Flightcontrol, it updates the setup command (yarn rw setup deploy flightcontrol
) so that it handles Corepack and updates the corresponding deploy command (yarn rw deploy flightcontrol
) so that it detects the server file similar to the Coherence fix.