From 42e62b701c6241541bbf401c89aa1eff5a94ff6c Mon Sep 17 00:00:00 2001 From: Tiago Schenkel Date: Thu, 10 Mar 2022 23:49:35 +0000 Subject: [PATCH] update contributing guidelines --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f6b6c2ea..36b3f091 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -42,13 +42,13 @@ rush install rush build ``` +Subsequent calls of `rush build` might be faster, since the project is using the [build cache](https://rushjs.io/pages/maintainer/build_cache) configuration. + 5. Rebuild all the projects in the repo: ```bash rush rebuild ``` -Subsequent calls of `rush build` might be faster, since the project is using the [build cache](https://rushjs.io/pages/maintainer/build_cache) configuration. - 6. If you want to build just one project: ```bash cd RobotlegsJS-Framework\packages\core