kopia lustrzana https://github.com/shoelace-style/shoelace
add icons back
rodzic
da83581f45
commit
e5af3257c9
|
@ -24,6 +24,7 @@ try {
|
|||
execSync('node scripts/make-metadata.js', { stdio: 'inherit' });
|
||||
execSync('node scripts/make-vscode-data.js', { stdio: 'inherit' });
|
||||
execSync('node scripts/make-css.js', { stdio: 'inherit' });
|
||||
execSync('node scripts/make-icons.js', { stdio: 'inherit' });
|
||||
} catch (err) {
|
||||
console.error(chalk.red(err));
|
||||
process.exit(1);
|
||||
|
|
Ładowanie…
Reference in New Issue