mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
Fix LICENSE file check in make-icons.jsscript (#2306)
This commit is contained in:
@@ -21,7 +21,7 @@ const srcPath = `./.cache/icons/icons-${version}`;
|
|||||||
const url = `https://github.com/twbs/icons/archive/v${version}.zip`;
|
const url = `https://github.com/twbs/icons/archive/v${version}.zip`;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await fs.stat(`${srcPath}/LICENSE.md`);
|
await fs.stat(`${srcPath}/LICENSE`);
|
||||||
} catch {
|
} catch {
|
||||||
// Download the source from GitHub (since not everything is published to npm)
|
// Download the source from GitHub (since not everything is published to npm)
|
||||||
await download(url, './.cache/icons', { extract: true });
|
await download(url, './.cache/icons', { extract: true });
|
||||||
|
|||||||
Reference in New Issue
Block a user