Skip to content

docs: add deno ci reference page#3141

Merged
bartlomieju merged 1 commit into
2.8from
docs/2.8-deno-ci
May 20, 2026
Merged

docs: add deno ci reference page#3141
bartlomieju merged 1 commit into
2.8from
docs/2.8-deno-ci

Conversation

@bartlomieju
Copy link
Copy Markdown
Member

Documents the new `deno ci` subcommand from denoland/deno#34235, which performs a reproducible install for CI: errors if `deno.lock` is missing, removes any existing `node_modules`, then runs the install with `--frozen`. Accepts `--prod` and `--skip-types` with the same semantics as `deno install`.

Adds the page at `runtime/reference/cli/ci.md` and a sidebar entry between `deno check` and `deno clean` in `runtime/_data.ts`.

deno ci is a thin reproducible-install subcommand: errors if deno.lock
is missing, removes any existing node_modules, then runs install with
--frozen. See denoland/deno#34235.
@bartlomieju bartlomieju merged commit 2a39828 into 2.8 May 20, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant