From 24fe07410459459106adf84c3d25c75273207769 Mon Sep 17 00:00:00 2001 From: Miles Florence Date: Wed, 4 Feb 2026 18:17:48 -0800 Subject: [PATCH] chore(repo): update test command --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e0793fe0a..90a8239a9 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