Copy right file when publishing headless

This commit is contained in:
Daniel Imms
2024-07-09 08:21:42 -07:00
parent 844315f05a
commit cb9b96dbbb
+1 -1
View File
@@ -34,7 +34,7 @@ fs.copyFileSync(
console.log('> headless/logo-full.png');
fs.copyFileSync(
join(repoRoot, 'logo-full.png'),
join(repoRoot, 'images/logo-full.png'),
join(headlessRoot, 'logo-full.png')
);