mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-21 02:40:08 +00:00
fixup! Apply suggestions from code review
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user