Skip to content

Commit

Permalink
Update local-executors.md
Browse files Browse the repository at this point in the history
Change path for generation of my-plugin to libs/my-plugin

nx g @nx/plugin:plugin libs/my-plugin

This makes it work with the plugin executor generate command.
  • Loading branch information
cdwheatley committed May 22, 2024
1 parent 80702b5 commit 27de2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/recipes/plugins/local-executors.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you don't already have a local plugin, use Nx to generate one:

```shell {% skipRescope=true %}
nx add @nx/plugin
nx g @nx/plugin:plugin my-plugin
nx g @nx/plugin:plugin libs/my-plugin
```

Use the Nx CLI to generate the initial files needed for your executor.
Expand Down

0 comments on commit 27de2c8

Please sign in to comment.