fixup! Apply suggestions from code review

This commit is contained in:
almeidx
2026-03-27 14:10:19 +00:00
parent 54b5c29fdf
commit 2de2dca39d

View File

@@ -24,9 +24,9 @@ channel.
### Install dependencies first
One of the most crucial steps is installing dependencies via `pnpm install --frozen-lockfile`. This ensures that linting can be done, and
it also sets up the `git` hooks for building the `deno` types and automatically formatting/linting the code when you
commit it.
One of the most crucial steps is installing dependencies via `pnpm install --frozen-lockfile`. This ensures that linting
can be done, and it also sets up the `git` hooks for building the `deno` types and automatically formatting/linting the
code when you commit it.
If you forget to install dependencies, or are doing the contributions through other means (like directly from GitHub
web), you might see a comment like this one being sent as a review to your pull request: