add log when files have been copied
This commit is contained in:
@@ -5,3 +5,5 @@ const outputDir = '../Umbraco.Cms.StaticAssets/wwwroot/umbraco/backoffice';
|
||||
|
||||
rmSync(outputDir, { recursive: true, force: true });
|
||||
cpSync(srcDir, outputDir, { recursive: true });
|
||||
|
||||
console.log('--- Copied build output to CMS successfully. ---');
|
||||
|
||||
Reference in New Issue
Block a user