From 4a902f6713ad51d2cff047538cb008b67e567fd8 Mon Sep 17 00:00:00 2001 From: thomasmckay Date: Wed, 25 Jan 2023 07:24:01 -0500 Subject: [PATCH] Update create-a-plugin.md The name to start the plugin in isolation is prefixed with `plugin-` Signed-off-by: thomasmckay --- docs/plugins/create-a-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/create-a-plugin.md b/docs/plugins/create-a-plugin.md index da7cf0051a..cbd789c757 100644 --- a/docs/plugins/create-a-plugin.md +++ b/docs/plugins/create-a-plugin.md @@ -33,7 +33,7 @@ You can also serve the plugin in isolation by running `yarn start` in the plugin directory. Or by using the yarn workspace command, for example: ```bash -yarn workspace @backstage/my-plugin start # Also supports --check +yarn workspace @backstage/plugin-my-plugin start # Also supports --check ``` This method of serving the plugin provides quicker iteration speed and a faster