Skip to content

CLI install should use the latest bun lockfile format and a --frozen-lockfile flag #703

@evan-gray

Description

@evan-gray

Peeking further, the CLI install.sh uses bun install which is bad practice and probably outside the scope of this PR. the old bun.lockb should likely be removed and regenerated with a bun install --lockfile-only or migrated with bun install --save-text-lockfile --frozen-lockfile --lockfile-only and the install script modified to use bun install --frozen-lockfile. For more on bun lockfiles, see https://bun.com/docs/install/lockfile

Originally posted by @evan-gray in #702 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions