kopia lustrzana https://github.com/shoelace-style/shoelace
clean up messaging
rodzic
242e8e92ae
commit
8d86f374f9
|
|
@ -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.
|
// 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 deleteAsync(cdndir);
|
||||||
await copy(outdir, cdndir);
|
await copy(outdir, cdndir);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue