Skip to main content

write_lockfile

Function write_lockfile 

Source
pub fn write_lockfile(
    project_dir: &Path,
    graph: &LockfileGraph,
    manifest: &PackageJson,
) -> Result<(), Error>
Expand description

Write a lockfile to the given project directory using aube’s default filename (aube-lock.yaml, or aube-lock.<branch>.yaml when branch lockfiles are enabled).