kopia lustrzana https://github.com/shoelace-style/shoelace
Fix LICENSE file check in `make-icons.js`script (#2306)
rodzic
f7b7ab95f8
commit
76b495a2ac
|
@ -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 });
|
||||
|
|
Ładowanie…
Reference in New Issue