diff --git a/website/docs/concepts/target.mdx b/website/docs/concepts/target.mdx index 9f8dba67a3b..f03d224e42e 100644 --- a/website/docs/concepts/target.mdx +++ b/website/docs/concepts/target.mdx @@ -38,10 +38,6 @@ task from that project. $ moon run app:lint ``` -## Run scopes - -These scopes are only available on the command line when running targets. - ### By tag Another way to target projects is with the tag scope, which requires the name of a tag prefixed with @@ -59,6 +55,10 @@ the target in quotes, or escape it like so `\#`. ::: +## Run scopes + +These scopes are only available on the command line when running targets. + ### All projects For situations where you want to run a specific target in _all_ projects, for example `lint`ing, you diff --git a/website/docs/config/project.mdx b/website/docs/config/project.mdx index cbb9371b25d..529c6215b44 100644 --- a/website/docs/config/project.mdx +++ b/website/docs/config/project.mdx @@ -31,7 +31,7 @@ dependsOn: ``` A dependency object can also be defined, where a specific `scope` can be assigned, which accepts -"production" (default), "development", or "peer". +"production" (default), "development", "build", or "peer". ```yaml title="moon.yml" dependsOn: