Tracker
Roadmap search
Versions, deliverables, workstreams, tasks, and pages
Dependency workspace and lockfile - Examples
articleStandard
src/content/docs/platform-spec/compiler/build-pipeline/dependency-workspace/examples.mdx
import SpecArticleChrome from '@beskid/beskid-ui/platform-spec/SpecArticleChrome.astro';
<SpecArticleChrome />- Fresh install: no lockfile, normal mode creates
Project.lock v1. - CI locked mode:
--lockedfails if dependency versions differ from lockfile. - Frozen release mode:
--frozencompiles only when current lockfile already matches graph. - Registry outage: optional dependency fetch failure is surfaced according to unresolved policy.