cli: update fix for simplified pluginPackages list
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -60,11 +60,7 @@ export interface BackstagePackageJson {
|
||||
/**
|
||||
* All packages that are part of the plugin. Must always and only be set for plugin packages and plugin library packages.
|
||||
*/
|
||||
pluginPackages?: {
|
||||
frontend?: string;
|
||||
backend?: string;
|
||||
libraries?: string[];
|
||||
};
|
||||
pluginPackages?: string[];
|
||||
};
|
||||
|
||||
exports?: JsonValue;
|
||||
|
||||
Reference in New Issue
Block a user