From c24169db3f1a503b3bcb51945d3a5eddf5c4d601 Mon Sep 17 00:00:00 2001 From: Brian Knight <776994+brianknight10@users.noreply.github.com> Date: Tue, 11 Mar 2025 10:50:19 -0400 Subject: [PATCH] Fix build command in deployment documentation --- docs/latest/concepts/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```