From 56a3af6f9db215d646f40da454a2f7987eb9cdd4 Mon Sep 17 00:00:00 2001 From: cdwheatley Date: Wed, 22 May 2024 16:22:28 -0500 Subject: [PATCH] docs(nx-plugin): update local-executors.md 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. --- docs/shared/recipes/plugins/local-executors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shared/recipes/plugins/local-executors.md b/docs/shared/recipes/plugins/local-executors.md index 3c154028b2..15a4af2888 100644 --- a/docs/shared/recipes/plugins/local-executors.md +++ b/docs/shared/recipes/plugins/local-executors.md @@ -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.