mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-11 18:58:53 +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`;
|
||||
|
||||
try {
|
||||
await fs.stat(`${srcPath}/LICENSE.md`);
|
||||
await fs.stat(`${srcPath}/LICENSE`);
|
||||
} catch {
|
||||
// Download the source from GitHub (since not everything is published to npm)
|
||||
await download(url, './.cache/icons', { extract: true });
|
||||
|
||||
Reference in New Issue
Block a user