Update create-a-plugin.md

The name to start the plugin in isolation is prefixed with `plugin-`

Signed-off-by: thomasmckay <thomasmckay@redhat.com>
This commit is contained in:
thomasmckay
2023-01-25 07:24:01 -05:00
committed by GitHub
parent 3a373776e6
commit 4a902f6713
+1 -1
View File
@@ -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