update web library factory
Signed-off-by: Kurt King <kurtaking@gmail.com>
This commit is contained in:
@@ -32,7 +32,7 @@ type Options = {
|
||||
};
|
||||
|
||||
export const webLibraryPlugin = createFactory<Options>({
|
||||
name: 'plugin',
|
||||
name: 'web-library-plugin',
|
||||
description: 'A new web-library plugin',
|
||||
optionsDiscovery: async () => ({
|
||||
codeOwnersPath: await getCodeownersFilePath(paths.targetRoot),
|
||||
@@ -55,7 +55,7 @@ export const webLibraryPlugin = createFactory<Options>({
|
||||
|
||||
await executePluginPackageTemplate(ctx, {
|
||||
targetDir,
|
||||
templateName: 'default-plugin',
|
||||
templateName: 'default-web-library-plugin',
|
||||
values: {
|
||||
id,
|
||||
name,
|
||||
|
||||
Reference in New Issue
Block a user