Skip to content

Commit c24169d

Browse files
mostlyinvisiblemarvinhagemeister
authored andcommitted
Fix build command in deployment documentation
1 parent 1321cda commit c24169d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/latest/concepts/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ that includes all assets and dependencies. This executable can run on any
7676
platform without requiring Deno to be installed.
7777

7878
```sh Terminal
79-
$ deno build
79+
$ deno task build
8080
$ deno compile --include static --include _fresh --include deno.json -A main.ts
8181
```
8282

0 commit comments

Comments
 (0)