From 9ff54254d8fc3fff654cb4e034f381fb44b077fb Mon Sep 17 00:00:00 2001 From: Harry Allen <66224939+MajesticString@users.noreply.github.com> Date: Tue, 12 Apr 2022 11:18:43 -0400 Subject: [PATCH] fix: clarify that packages need to be locally built (#7720) --- .github/CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b8ed15964..1b1a3596f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -12,6 +12,7 @@ To get ready to work on the codebase, please do the following: 1. Fork & clone the repository, and make sure you're on the **main** branch 2. Run `yarn --immutable` ([install](https://yarnpkg.com/getting-started/install)) -3. Code your heart out! -4. Run `yarn test` to run ESLint and ensure any JSDoc changes are valid -5. [Submit a pull request](https://github.com/discordjs/discord.js/compare) (Make sure you follow the [conventional commit format](https://github.com/discordjs/discord.js/blob/main/.github/COMMIT_CONVENTION.md)) +3. Run `yarn build` to build local packages +4. Code your heart out! +5. Run `yarn test` to run ESLint and ensure any JSDoc changes are valid +6. [Submit a pull request](https://github.com/discordjs/discord.js/compare) (Make sure you follow the [conventional commit format](https://github.com/discordjs/discord.js/blob/main/.github/COMMIT_CONVENTION.md))