Skip to content

Commit 0e51686

Browse files
authored
docs: updated Deno subcommands in publishing documentation (#954)
Fixes #797 Took as a reference the [deno documentation](https://docs.deno.com/runtime/fundamentals/configuration/#include-and-exclude)
1 parent b5e62ea commit 0e51686

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/docs/publishing-packages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,9 @@ You may also exclude certain files via the `exclude` option:
399399
```
400400

401401
When using Deno, the `include` and `exclude` options in `deno.json` are used for
402-
many other Deno subcommands as well, such as `deno test` and `deno bundle`. You
403-
can use `publish.include` and `publish.exclude` in your `deno.json` file to
404-
specify options that only apply to `deno publish`.
402+
many other Deno subcommands as well, such as `deno test`, `deno lint` and
403+
`deno fmt`. You can use `publish.include` and `publish.exclude` in your
404+
`deno.json` file to specify options that only apply to `deno publish`.
405405

406406
```json
407407
// deno.json

0 commit comments

Comments
 (0)