mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-21 10:50:08 +00:00
Apply suggestions from code review
Co-authored-by: Qjuh <76154676+Qjuh@users.noreply.github.com>
This commit is contained in:
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@@ -37,7 +37,7 @@ You will need an LTS version of [Node.js](http://nodejs.org) and [pnpm](https://
|
||||
After cloning the repo, run:
|
||||
|
||||
```bash
|
||||
$ pnpm install # Install the dependencies of the project
|
||||
$ pnpm install --frozen-lockfile # Install the dependencies of the project
|
||||
```
|
||||
|
||||
A high level overview of tools used:
|
||||
|
||||
@@ -14,7 +14,7 @@ _Code is forked from the Sapphire Community's Website under the MIT license_
|
||||
|
||||
After forking/cloning this repo to a folder locally:
|
||||
|
||||
1. Install dependencies with `pnpm install`.
|
||||
1. Install dependencies with `pnpm install --frozen-lockfile`.
|
||||
2. Run `pnpm run start` to start the dev server
|
||||
|
||||
## Special thanks
|
||||
|
||||
@@ -24,7 +24,7 @@ channel.
|
||||
|
||||
### Install dependencies first
|
||||
|
||||
One of the most crucial steps is installing dependencies via `pnpm install`. This ensures that linting can be done, and
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user