clean up messaging

pull/1557/head
Burton Smith 2023-09-07 21:38:16 -04:00
rodzic 242e8e92ae
commit 8d86f374f9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -215,7 +215,7 @@ await nextTask('Running the TypeScript compiler', () => {
});
// Copy the above steps to the CDN directory directly so we don't need to twice the work for nothing.
await nextTask(`Copying Web Types, Themes, Icons, and TS Types to "${cdndir}"`, async () => {
await nextTask(`Themes, Icons, and TS Types to "${cdndir}"`, async () => {
await deleteAsync(cdndir);
await copy(outdir, cdndir);
});