Skip to content

Commit

Permalink
fix: Update task.md to fix error with package name (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
fro-profesional authored Jan 25, 2025
1 parent 6e0123d commit 0ab1cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/reference/cli/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,17 +192,17 @@ directories in parallel. To execute `dev` tasks from all workspace members use

```jsonc title="client/deno.json"
{
"name": "@scope/client",
"tasks": {
"name": "@scope/client",
"dev": "deno run -RN build.ts"
}
}
```

```jsonc title="server/deno.json"
{
"name": "@scope/server",
"tasks": {
"name": "@scope/server",
"dev": "deno run -RN server.ts"
}
}
Expand Down

0 comments on commit 0ab1cdd

Please sign in to comment.