Update packages/cli/src/modules/new/lib/preparation/collectPortableTemplateInput.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
committed by
Patrik Oldsberg
parent
194d4b1149
commit
1b1f7a87aa
@@ -118,8 +118,8 @@ export async function collectPortableTemplateInput(
|
||||
: knownFrontendPluginPackages;
|
||||
|
||||
pluginPackage =
|
||||
knownPackages[answers.pluginId as string] ??
|
||||
(answers.pluginPackage as string);
|
||||
(answers.pluginPackage as string) ??
|
||||
knownPackages[answers.pluginId as string];
|
||||
}
|
||||
|
||||
const roleParams = {
|
||||
|
||||
Reference in New Issue
Block a user