Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
cdaringe committed Nov 24, 2024
1 parent 8719082 commit 22c21d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -53,6 +53,7 @@ const test = ["test", `deno test`];
const compile: Task = {
dependsOn: [format],
fn: ({ sh, ...toolkit }) => sh("tsc"),
// name: "compile" [optional]
};
const greet = {
fn: () => Deno.writeTextFile("/tmp/hello", "world"),

0 comments on commit 22c21d5

Please sign in to comment.