We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e62ea commit 0e51686Copy full SHA for 0e51686
frontend/docs/publishing-packages.md
@@ -399,9 +399,9 @@ You may also exclude certain files via the `exclude` option:
399
```
400
401
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`.
+many other Deno subcommands as well, such as `deno test`, `deno lint` and
+`deno fmt`. You can use `publish.include` and `publish.exclude` in your
+`deno.json` file to specify options that only apply to `deno publish`.
405
406
```json
407
// deno.json
0 commit comments