Skip to content

Commit

Permalink
update contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed Mar 10, 2022
1 parent 53e5a56 commit 42e62b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42e62b7

Please sign in to comment.