diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e0793fe0..90a8239a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,7 @@ $ moon repo:build.all 1. Use at least Node.js v18.0.0 or higher. [NVM](https://github.com/creationix/nvm) can be handy for switching between Node versions. 1. Lint your changes via `moon run repo:lint`. Fix any errors and warnings before committing. -1. Test your changes via `moon run repo:test`. Only Pull Requests with passing tests will be accepted. +1. Test your changes via `moon run :test`. Only Pull Requests with passing tests will be accepted. ## Submitting Code