Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jul 30, 2023
1 parent a5d685f commit beb3197
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions website/docs/concepts/target.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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<VersionLabel version="1.4.0" />

Another way to target projects is with the tag scope, which requires the name of a tag prefixed with
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/docs/config/project.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit beb3197

Please sign in to comment.