fix(doc): github notes
This commit is contained in:
@@ -71,7 +71,9 @@ for convenience.
|
||||
}
|
||||
```
|
||||
|
||||
> [!NOTE] It is even possible to alias `deno task make <+task>` to `deno task <+task>` !
|
||||
<!-- deno-fmt-ignore -->
|
||||
> [!NOTE]
|
||||
> It is even possible to alias `deno task make <+task>` to `deno task <+task>` !
|
||||
>
|
||||
> ```jsonc
|
||||
> // deno.jsonc
|
||||
@@ -89,7 +91,9 @@ for convenience.
|
||||
deno task make <+task>
|
||||
```
|
||||
|
||||
> [!NOTE] If _deno_make_ was aliased back to `deno task`, just use the following instead:
|
||||
<!-- deno-fmt-ignore -->
|
||||
> [!NOTE]
|
||||
> If _deno_make_ was aliased back to `deno task`, just use the following instead:
|
||||
>
|
||||
> ```bash
|
||||
> deno task start
|
||||
|
||||
Reference in New Issue
Block a user