diff --git a/contributors.yml b/contributors.yml index 52c9df4ad09..b8a9df1761d 100644 --- a/contributors.yml +++ b/contributors.yml @@ -675,3 +675,4 @@ - zainfathoni - zayenz - zhe +- mic-sob diff --git a/docs/guides/contributing.md b/docs/guides/contributing.md index c2a8dbf7902..5df36703e65 100644 --- a/docs/guides/contributing.md +++ b/docs/guides/contributing.md @@ -215,14 +215,14 @@ The playground generated from `pnpm playground:new` is based on a template in `s ### Testing -Before running the tests, you need to run a build. After you build, running `pnpm test` from the root directory will run **every** package's tests. If you want to run tests for a specific package, use `pnpm test --selectProjects `: +Before running the tests, you need to run a build. After you build, running `pnpm test` from the root directory will run **every** package's tests. If you want to run tests for a specific package, use `pnpm test:primary --selectProjects `: ```shellscript nonumber # Test all packages pnpm test # Test only @remix-run/express -pnpm test --selectProjects express +pnpm test:primary --selectProjects express ``` ## Repository Branching