Release Notes / Version 11.2210
Table Of Contents
The Docker build in the studio-client workspaces provides an option to avoid a build failure if the
pnpm-lock.yaml
is outdated. As the check was extended to also cover outdated
tsconfig.json
files in the workspace and it did not make sense to introduce a second dedicated flag renamed the existing
SKIP_GENERATE_LOCK_FILE
flag to
FROZEN_GENERATED_FILES
. As before the flag is enabled by default. Only disable the flag if you have good reasons to ignore a consistent state of the aforementioned files in the workspace.
(CMS-22032)