Skip to content

Commit 327b74d

Browse files
evinosheaforwardcoolsoftwaretyler
authored andcommitted
docs: correct bun run test to bun run test:all for new contributers (#2177)
Co-authored-by: Evin O'Shea <[email protected]>
1 parent 821e01d commit 327b74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Good documentation is crucial for our users. If your contribution involves chang
4545
1. Fork the MobX-State-Tree repository on GitHub to your own GitHub account.
4646
2. Clone your fork to your local machine.
4747
3. Create a new branch for your changes: `git checkout -b my-feature`.
48-
4. Before starting, it's not a bad idea to `bun install && bun run build && bun run test` to check that your machine can run the full test suite to start.
48+
4. Before starting, it's not a bad idea to `bun install && bun run build && bun run test:all` to check that your machine can run the full test suite to start.
4949
5. Make your changes and ensure that all tests pass (including any new tests you have added).
5050
6. Update the documentation if necessary.
5151
7. Commit your changes: `git commit -m "Add my feature"`. Please consider [following conventional commit formatting](https://www.conventionalcommits.org/en/v1.0.0/).

0 commit comments

Comments
 (0)