diff --git a/docs/latest/concepts/deployment.md b/docs/latest/concepts/deployment.md index 0f7ff476996..e33bf70e08f 100644 --- a/docs/latest/concepts/deployment.md +++ b/docs/latest/concepts/deployment.md @@ -76,7 +76,7 @@ that includes all assets and dependencies. This executable can run on any platform without requiring Deno to be installed. ```sh Terminal -$ deno build +$ deno task build $ deno compile --include static --include _fresh --include deno.json -A main.ts ```