cli: wrap with underscores
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
committed by
Patrik Oldsberg
parent
7d689d029e
commit
8a8b3c3613
@@ -33,7 +33,7 @@ export async function writeDetectedPluginsModule(options: Options) {
|
||||
path.join(
|
||||
cliPaths.targetRoot,
|
||||
'node_modules',
|
||||
'backstage-autodetected-plugins.js',
|
||||
'__backstage-autodetected-plugins__.js',
|
||||
),
|
||||
`export const modules = [${requirePackageScript}];`,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user